summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-04mptcp: implement TCP_NOTSENT_LOWAT supportPaolo Abeni3-6/+73
2024-03-04mptcp: avoid some duplicate code in socket option handlingPaolo Abeni1-12/+8
2024-03-04mptcp: cleanup writer wake-upPaolo Abeni2-22/+9
2024-03-04net: nlmon: Simplify nlmon_get_stats64Breno Leitao1-9/+1
2024-03-04net: nlmon: Remove init and uninit functionsBreno Leitao1-13/+1
2024-03-04Octeontx2-af: Fix an issue in firmware shared data reserved spaceHariprasad Kelam2-1/+4
2024-03-04eth: igc: remove unused embedded struct net_deviceJakub Kicinski1-1/+0
2024-03-04Merge branch 'net-gve-header-split-support'David S. Miller8-35/+277
2024-03-04gve: Add header split ethtool statsJeroen de Borst3-11/+38
2024-03-04gve: Add header split data pathJeroen de Borst7-8/+169
2024-03-04gve: Add header split device optionJeroen de Borst5-16/+70
2024-03-04net: ip6_tunnel: Leverage core stats allocatorBreno Leitao1-8/+2
2024-03-04Merge branch 'ionic-cleanups-and-perf-tuning'David S. Miller7-106/+137
2024-03-04ionic: change MODULE_AUTHOR to person nameShannon Nelson1-1/+1
2024-03-04ionic: Clean RCT ordering issuesBrett Creeley2-3/+4
2024-03-04ionic: Use CQE profile for dimBrett Creeley1-4/+9
2024-03-04ionic: change the hwstamp likely checkBrett Creeley2-6/+6
2024-03-04ionic: reduce the use of netdevShannon Nelson1-10/+8
2024-03-04ionic: Pass local netdev instead of referencing structBrett Creeley1-30/+36
2024-03-04ionic: Check stop no restartBrett Creeley1-2/+7
2024-03-04ionic: Clean up BQL logicBrett Creeley1-15/+21
2024-03-04ionic: Make use napi_consume_skbBrett Creeley1-1/+1
2024-03-04ionic: Shorten a Tx hotpathBrett Creeley1-5/+10
2024-03-04ionic: Change default number of descriptors for Tx and RxBrett Creeley1-1/+1
2024-03-04ionic: Rework Tx start/stop flowBrett Creeley4-45/+50
2024-03-04dt-bindings: leds: pwm-multicolour: re-allow active-lowConor Dooley1-0/+2
2024-03-04net: bareudp: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-03-04net: bareudp: Do not allocate stats in the driverBreno Leitao1-8/+3
2024-03-04Merge branch 'skb-helpers'David S. Miller28-48/+43
2024-03-04net: adopt skb_network_header_len() more broadlyEric Dumazet7-8/+7
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet24-40/+36
2024-03-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski150-995/+3589
2024-03-01Merge branch 'inet_dump_ifaddr-no-rtnl'David S. Miller2-92/+79
2024-03-01inet: use xa_array iterator to implement inet_dump_ifaddr()Eric Dumazet1-58/+37
2024-03-01inet: prepare inet_base_seq() to run without RTNLEric Dumazet2-3/+4
2024-03-01inet: annotate data-races around ifa->ifa_flagsEric Dumazet1-9/+13
2024-03-01inet: annotate data-races around ifa->ifa_preferred_lftEric Dumazet1-8/+8
2024-03-01inet: annotate data-races around ifa->ifa_valid_lftEric Dumazet1-8/+8
2024-03-01inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstampEric Dumazet1-10/+13
2024-03-01Merge branch 'netdevsim-link'David S. Miller6-5/+342
2024-03-01netdevsim: fix rtnetlink.sh selftestDavid Wei1-0/+2
2024-03-01netdevsim: add selftest for forwarding skb between connected portsDavid Wei2-0/+144
2024-03-01netdevsim: add ndo_get_iflink() implementationDavid Wei1-0/+16
2024-03-01netdevsim: forward skbs from one connected port to anotherDavid Wei2-5/+23
2024-03-01netdevsim: allow two netdevsim ports to be connectedDavid Wei3-0/+157
2024-03-01Merge branch 'selftests-xfail'David S. Miller10-141/+178
2024-03-01selftests: ip_local_port_range: use XFAIL instead of SKIPJakub Kicinski1-3/+3
2024-03-01selftests: kselftest_harness: support using xfailJakub Kicinski1-1/+48
2024-03-01selftests: kselftest_harness: let PASS / FAIL provide diagnosticJakub Kicinski1-5/+4
2024-03-01selftests: kselftest_harness: separate diagnostic message with # in ksft_test...Jakub Kicinski2-1/+6