2023-04-19 |
David S. Miller | Merge branch 'skbuff-bitfields' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Jakub Kicinski | net: skbuff: hide nf_trace and ipvs_property Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Jakub Kicinski | net: skbuff: push nf_trace down the bitfield Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Jakub Kicinski | net: skbuff: move alloc_cpu into a potential hole Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Jakub Kicinski | net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Jakub Kicinski | net: skbuff: hide wifi_acked when CONFIG_WIRELESS not set Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
David S. Miller | Merge branch 'switch-phy-leds' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Andrew Lunn | Documentation: LEDs: Describe good names for network... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Andrew Lunn | arm: mvebu: dt: Add PHY LED support for 370-rd WAN... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Christian Marangi | dt-bindings: net: phy: Document support for LEDs node Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Christian Marangi | ARM: dts: qcom: ipq8064-rb3011: Add Switch LED for... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Christian Marangi | ARM: dts: qcom: ipq8064-rb3011: Drop unevaluated properties... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Christian Marangi | dt-bindings: net: dsa: qca8k: add LEDs definition example Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Christian Marangi | dt-bindings: net: ethernet-controller: Document support... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Andrew Lunn | net: phy: marvell: Implement led_blink_set() Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Andrew Lunn | net: phy: phy_device: Call into the PHY driver to set... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Andrew Lunn | net: phy: marvell: Add software control of the LEDs Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Andrew Lunn | net: phy: phy_device: Call into the PHY driver to set... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Andrew Lunn | net: phy: Add a binding for PHY LEDs Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Andrew Lunn | leds: Provide stubs for when CLASS_LED & NEW_LEDS are... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Christian Marangi | net: dsa: qca8k: add LEDs blink_set() support Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Christian Marangi | net: dsa: qca8k: add LEDs basic support Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Christian Marangi | net: dsa: qca8k: move qca8k_port_to_phy() to header Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Jaime Breva | net: wwan: Expose secondary AT port on DATA1 Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
David S. Miller | Merge branch 'mlx5e-xdp-extend' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: RX, Add XDP multi-buffer support in Striding RQ Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: RX, Prepare non-linear striding RQ for XDP... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: RX, Generalize mlx5e_fill_mxbuf() Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: RX, Take shared info fragment addition into... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: XDP, Allow non-linear single-segment frames... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: XDP, Remove un-established assumptions on... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: XDP, Consider large muti-buffer packets... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: XDP, Let XDP checker function get the params... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: XDP, Improve Striding RQ check with XDP Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: XDP, Add support for multi-buffer XDP redirect-in Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: XDP, Use multiple single-entry objects in... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: XDP, Remove doubtful unlikely calls Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: Introduce extended version for mlx5e_xmit_data Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: Move struct mlx5e_xmit_data to datapath... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-19 |
Tariq Toukan | net/mlx5e: Move XDP struct and enum to XDP header Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Horatiu Vultur | net: lan966x: Fix lan966x_ifh_get Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
David S. Miller | Merge branch 'sctp-info-dump' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Xin Long | sctp: add intl_capable and reconf_capable in ss peer_capable Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Xin Long | sctp: delete the obsolete code for the host name address... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
David S. Miller | Merge branch 'mptcp-cleanups' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Matthieu Baerts | selftests: mptcp: join: fix ShellCheck warnings Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Matthieu Baerts | selftests: mptcp: remove duplicated entries in usage Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Matthieu Baerts | mptcp: remove unused 'remaining' variable Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Matthieu Baerts | MAINTAINERS: add git trees for MPTCP Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Geliang Tang | mptcp: make userspace_pm_append_new_local_addr static Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
David S. Miller | Merge branch 'mptcp-subflow-init' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Paolo Abeni | mptcp: fastclose msk when cleaning unaccepted sockets Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Paolo Abeni | mptcp: move first subflow allocation at mpc access... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Paolo Abeni | mptcp: move fastopen subflow check inside mptcp_sendmsg_fast... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Paolo Abeni | mptcp: avoid unneeded __mptcp_nmpc_socket() usage Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Paolo Abeni | mptcp: drop unneeded argument Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
David S. Miller | Merge tag 'mlx5-updates-2023-04-14' of git://git.kernel...
|
commit | commitdiff | tree |
2023-04-17 |
David S. Miller | Merge branch 'ovs-selftests' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Aaron Conole | selftests: openvswitch: add support for upcall testing Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Aaron Conole | selftests: openvswitch: add flow dump support Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Aaron Conole | selftests: openvswitch: add interface support Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-17 |
Horatiu Vultur | net: phy: micrel: Fix PTP_PF_PEROUT for lan8841 Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-14 |
David S. Miller | Merge branch 'msg_control-split' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-14 |
Kevin Brodsky | net/ipv6: Initialise msg_control_is_user Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-14 |
Kevin Brodsky | net/compat: Update msg_control_is_user when setting... Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-14 |
Kevin Brodsky | net: Ensure ->msg_control_user is used for user buffers Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-14 |
Arseniy Krasnov | vsock/loopback: don't disable irqs for queue access Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-14 |
David S. Miller | Merge branch 'mana-jumbo-frames' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-14 |
Haiyang Zhang | net: mana: Add support for jumbo frame Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-14 |
Haiyang Zhang | net: mana: Enable RX path to handle various MTU sizes Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-14 |
Haiyang Zhang | net: mana: Refactor RX buffer allocation code to prepare... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-14 |
Haiyang Zhang | net: mana: Use napi_build_skb in RX path Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-12 |
Rob Herring | net: ti/cpsw: Add explicit platform_device.h and of_platform... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-12 |
Harshit Mogalapalli | net: wwan: iosm: Fix error handling path in ipc_pcie_probe() Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-12 |
Kuniyuki Iwashima | smc: Fix use-after-free in tcp_write_timer_handler(). Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-12 |
Simon Horman | ksz884x: Remove unused functions Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-12 |
Brett Creeley | ionic: Don't overwrite the cyclecounter bitmask Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-12 |
David S. Miller | Merge branch 'rk3588-error-prints' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-12 |
Sebastian Reichel | net: ethernet: stmmac: dwmac-rk: fix optional phy regulator... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-12 |
Sebastian Reichel | net: ethernet: stmmac: dwmac-rk: rework optional clock... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-12 |
David S. Miller | Merge branch 'dsa-trace-events' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-12 |
Vladimir Oltean | net: dsa: add trace points for VLAN operations Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-12 |
Vladimir Oltean | net: dsa: add trace points for FDB/MDB operations Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-12 |
Denis Plotnikov | qlcnic: check pci_reset_function result Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-09 |
David S. Miller | Merge branch 'sfp-eeprom' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-09 |
Ivan Bornyakov | net: sfp: avoid EEPROM read of absent SFP module Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-09 |
Ivan Bornyakov | net: sfp: initialize sfp->i2c_block_size at sfp allocation Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-09 |
Vladimir Oltean | net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-07 |
David S. Miller | Merge branch 'bonding-ns-validation-fixes' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-07 |
Hangbin Liu | selftests: bonding: add arp validate test Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-07 |
Hangbin Liu | selftests: bonding: re-format bond option tests Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-07 |
Hangbin Liu | bonding: fix ns validation on backup slaves Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-07 |
Felix Fietkau | net: ethernet: mtk_eth_soc: mtk_ppe: prefer newly added... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-07 |
Felix Fietkau | net: ethernet: mtk_eth_soc: add code for offloading... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-07 |
YueHaibing | tcp: restrict net.ipv4.tcp_app_win Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-07 |
Harshit Mogalapalli | niu: Fix missing unwind goto in niu_alloc_channels() Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-03 |
Ziyang Xuan | ipv6: Fix an uninit variable access bug in __ip6_make_skb() Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-03 |
Sricharan Ramabadhran | net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-03 |
David S. Miller | Merge branch 'mt7988-support' Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2023-04-03 |
Daniel Golle | dt-bindings: net: dsa: mediatek,mt7530: add mediatek... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
next |