summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-01xfrm: Restrict SA direction attribute to specific netlink message typesAntony Antony1-0/+24
2024-05-01xfrm: Add dir validation to "in" data path lookupAntony Antony5-0/+23
2024-05-01xfrm: Add dir validation to "out" data path lookupAntony Antony4-0/+11
2024-05-01xfrm: Add Direction to the SA in or outAntony Antony7-9/+160
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
2024-04-30i40e: Consolidate checks whether given VSI is mainIvan Vecera3-17/+16
2024-04-30i40e: Add helper to access main VSIIvan Vecera9-83/+116
2024-04-30i40e: Refactor argument of i40e_detect_recover_hung()Ivan Vecera3-6/+8
2024-04-30i40e: Refactor argument of several client notification functionsIvan Vecera3-19/+17
2024-04-30i40e: Remove flags field from i40e_vebIvan Vecera3-11/+7
2024-04-30Merge tag 'for-v6.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2-1/+3
2024-04-30Merge tag 'platform-drivers-x86-v6.9-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2024-04-30Merge tag 'pinctrl-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds9-96/+100
2024-04-30Merge branch 'selftests-net-page_poll-allocation-error-injection'Jakub Kicinski10-7/+214
2024-04-30selftests: drv-net-hw: add test for memory allocation failures with page poolJakub Kicinski3-0/+134
2024-04-30selftests: drv-net: support generating iperf3 loadJakub Kicinski2-0/+42
2024-04-30selftests: net: py: avoid all ports < 10kJakub Kicinski1-1/+1
2024-04-30selftests: net: py: extract tool logicJakub Kicinski1-3/+9
2024-04-30selftests: drv-net-hw: support using Python from net hw testsJakub Kicinski4-3/+26
2024-04-30net: page_pool: support error injectionJakub Kicinski1-0/+2
2024-04-30selftests: netfilter: avoid test timeouts on debug kernelsFlorian Westphal4-3/+10
2024-04-30net: sfp-bus: constify link_modes to sfp_select_interface()Russell King (Oracle)2-3/+3