summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski10-152/+211
2024-05-02net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti2-0/+2
2024-05-02MAINTAINERS: mark MYRICOM MYRI-10G as OrphanJakub Kicinski1-2/+1
2024-05-02MAINTAINERS: remove Ariel EliorJakub Kicinski1-3/+0
2024-05-02Merge branch 'net-gro-add-flush-flush_id-checks-and-fix-wrong-offset-in-udp'Paolo Abeni9-5/+33
2024-05-02net: gro: add flush check in udp_gro_receive_segmentRichard Gobert1-1/+11
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert9-4/+22
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2-1/+4
2024-05-02s390/qeth: Fix kernel panic after setting hsuidAlexandra Winter1-34/+27
2024-05-02vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault1-1/+18
2024-05-02Merge branch 'net-dsa-adjust_link-removal'Jakub Kicinski3-141/+12
2024-05-02net: dsa: Remove adjust_link pathsFlorian Fainelli3-137/+12
2024-05-02net: dsa: Remove fixed_link_update memberFlorian Fainelli1-4/+0
2024-05-02tipc: fix a possible memleak in tipc_buf_appendXin Long1-1/+1
2024-05-02tipc: fix UAF in error pathPaolo Abeni1-1/+5
2024-05-02net: ti: icssg_prueth: Add SW TX / RX Coalescing based on hrtimersMD Danish Anwar4-8/+155
2024-05-02Merge branch 'arp-random-clean-up-and-rcu-conversion-for-ioctl-siocgarp'Jakub Kicinski3-84/+147
2024-05-02arp: Convert ioctl(SIOCGARP) to RCU.Kuniyuki Iwashima1-10/+18
2024-05-02net: Protect dev->name by seqlock.Kuniyuki Iwashima2-4/+24
2024-05-02arp: Get dev after calling arp_req_(delete|set|get)().Kuniyuki Iwashima1-36/+50
2024-05-02arp: Remove a nest in arp_req_get().Kuniyuki Iwashima1-13/+18
2024-05-02arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete().Kuniyuki Iwashima1-20/+30
2024-05-02arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl().Kuniyuki Iwashima1-12/+15
2024-05-02arp: Move ATF_COM setting in arp_req_set().Kuniyuki Iwashima1-3/+6
2024-05-02selftests: netfilter: nft_concat_range.sh: reduce debug kernel run timeFlorian Westphal4-6/+34
2024-05-02rxrpc: Clients must accept conn from any addressJeffrey Altman1-7/+2
2024-05-01Merge tag 'regulator-fix-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-14/+27
2024-05-01ipv6: anycast: use call_rcu_hurry() in aca_put()Eric Dumazet1-3/+2
2024-05-01net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau1-8/+19
2024-05-01net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau1-1/+1
2024-05-01netpoll: Fix race condition in netpoll_owner_activeBreno Leitao1-1/+1
2024-05-01net: loopback: Do not allocate lstats explicitlyBreno Leitao1-4/+1
2024-05-01Merge branch 'dt-bindings-net-snps-dwmac-remove-tx-sched-sp-property'Jakub Kicinski1-14/+0
2024-05-01dt-bindings: net: snps, dwmac: remove tx-sched-sp propertyFlavio Suligoi1-14/+0
2024-05-01mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni1-0/+3
2024-05-01Merge branch 'net-three-additions-to-net_hotdata'Jakub Kicinski17-105/+117
2024-05-01net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet5-7/+8
2024-05-01net: add <net/proto_memory.h>Eric Dumazet9-78/+90
2024-05-01tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet2-10/+10
2024-05-01net: move sysctl_skb_defer_max to net_hotdataEric Dumazet6-4/+4
2024-05-01net: move sysctl_max_skb_frags to net_hotdataEric Dumazet7-9/+8
2024-05-01e1000e: change usleep_range to udelay in PHY mdic accessVitaly Lifshits1-4/+4
2024-05-01net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341Marek BehĂșn1-2/+2
2024-05-01inet: introduce dst_rtable() helperEric Dumazet23-70/+64
2024-05-01cxgb4: Properly lock TX queue for the selftest.Sebastian Andrzej Siewior1-3/+3
2024-05-01rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin3-7/+7
2024-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-4/+53
2024-04-30Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-4/+53
2024-04-30i40e: Add and use helper to reconfigure TC for given VSIIvan Vecera1-8/+24
2024-04-30i40e: Add helper to access main VEBIvan Vecera3-16/+31