summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* queue_api: define queue apiMina Almasry2024-05-052-0/+34
* Revert "net: mirror skb frag ref/unref helpers"Mina Almasry2024-05-036-44/+51
* bnxt: fix bnxt_get_avail_msix() returning negative valuesDavid Wei2024-05-032-13/+5
* net: no longer acquire RTNL in threaded_show()Eric Dumazet2024-05-033-7/+7
* tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski2024-05-032-0/+11
* Merge branch 'rtnetlink-rtnl_stats_dump-changes'Jakub Kicinski2024-05-031-38/+23
|\
| * rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet2024-05-031-37/+22
| * rtnetlink: change rtnl_stats_dump() return valueEric Dumazet2024-05-031-1/+1
|/
* Merge branch 'net-sysctl-sentinel'David S. Miller2024-05-0347-119/+48
|\
| * ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-035-3/+7
| * appletalk: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-1/+0
| * netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-037-21/+5
| * net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados2024-05-0310-26/+9
| * net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-034-4/+0
| * net: rds: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-033-3/+0
| * net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-0311-35/+13
| * net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-036-26/+14
|/
* net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet2024-05-021-4/+9
* net: dsa: mv88e6xxx: Correct check for empty listSimon Horman2024-05-021-2/+2
* selftests/net: skip partial checksum packets in csum testWillem de Bruijn2024-05-021-3/+15
* selftests: net: py: check process exit code in bkg() and background cmd()Jakub Kicinski2024-05-021-2/+6
* IB/hfi1: allocate dummy net_device dynamicallyBreno Leitao2024-05-022-3/+8
* net/mlx5e: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen2024-05-021-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-02306-1532/+2454
|\
| * Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-05-0249-193/+378
| |\
| | * MAINTAINERS: mark MYRICOM MYRI-10G as OrphanJakub Kicinski2024-05-021-2/+1
| | * MAINTAINERS: remove Ariel EliorJakub Kicinski2024-05-021-3/+0
| | * Merge branch 'net-gro-add-flush-flush_id-checks-and-fix-wrong-offset-in-udp'Paolo Abeni2024-05-029-5/+33
| | |\
| | | * net: gro: add flush check in udp_gro_receive_segmentRichard Gobert2024-05-021-1/+11
| | | * net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-029-4/+22
| | |/
| | * ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2024-05-022-1/+4
| | * s390/qeth: Fix kernel panic after setting hsuidAlexandra Winter2024-05-021-34/+27
| | * vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault2024-05-011-1/+18
| | * tipc: fix a possible memleak in tipc_buf_appendXin Long2024-05-011-1/+1
| | * tipc: fix UAF in error pathPaolo Abeni2024-05-011-1/+5
| | * rxrpc: Clients must accept conn from any addressJeffrey Altman2024-05-011-7/+2
| | * net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau2024-05-011-8/+19
| | * net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau2024-05-011-1/+1
| | * mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni2024-04-301-0/+3
| | * e1000e: change usleep_range to udelay in PHY mdic accessVitaly Lifshits2024-04-301-4/+4
| | * net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341Marek Behún2024-04-301-2/+2
| | * cxgb4: Properly lock TX queue for the selftest.Sebastian Andrzej Siewior2024-04-301-3/+3
| | * rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin2024-04-303-7/+7
| | * Merge branch 'vxlan-stats'David S. Miller2024-04-291-14/+16
| | |\
| | | * vxlan: Add missing VNI filter counter update in arp_reduce().Guillaume Nault2024-04-291-0/+2
| | | * vxlan: Fix racy device stats updates.Guillaume Nault2024-04-291-14/+14
| | |/
| | * Merge branch 'qed-error-codes'David S. Miller2024-04-291-6/+8
| | |\
| | | * net: qede: use return from qede_parse_actions()Asbjørn Sloth Tønnesen2024-04-291-3/+2
| | | * net: qede: use return from qede_parse_flow_attr() for flow_specAsbjørn Sloth Tønnesen2024-04-291-3/+2
| | | * net: qede: use return from qede_parse_flow_attr() for flowerAsbjørn Sloth Tønnesen2024-04-291-3/+2