summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-17net/smc: expose smc proto operationsD. Wythe2-30/+63
2024-06-17net/smc: refactoring initialization of smc sockD. Wythe2-38/+53
2024-06-15net: micro-optimize skb_datagram_iterSagi Grimberg1-2/+2
2024-06-15atm: clean up a put_user() callsDan Carpenter1-2/+2
2024-06-14net: qrtr: ns: Ignore ENODEV failures in nsChris Lew1-7/+10
2024-06-14net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski6-14/+105
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-90/+116
2024-06-13Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds15-88/+112
2024-06-13Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+3
2024-06-13af_unix: Read with MSG_PEEK loops if the first unread byte is OOBRao Shoaib1-9/+9
2024-06-13net: bridge: mst: fix suspicious rcu usage in br_mst_set_stateNikolay Aleksandrov1-1/+1
2024-06-13net: bridge: mst: pass vlan group directly to br_mst_vlan_set_stateNikolay Aleksandrov1-6/+5
2024-06-13net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu1-2/+2
2024-06-13net: ipv4: Add a sysctl to set multipath hash seedPetr Machata2-0/+73
2024-06-13net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata2-12/+12
2024-06-13Merge tag 'nf-24-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski5-51/+68
2024-06-13net: add and use __skb_get_hash_symmetric_netFlorian Westphal2-4/+5
2024-06-13net: add and use skb_get_hash_netFlorian Westphal2-5/+12
2024-06-12net/tcp: Remove tcp_hash_fail()Dmitry Safonov2-34/+0
2024-06-12net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov4-2/+38
2024-06-12net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov1-2/+72
2024-06-12net/tcp: Add a helper tcp_ao_hdr_maclen()Dmitry Safonov1-1/+1
2024-06-12net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefsDmitry Safonov1-6/+2
2024-06-12Merge tag 'for-net-2024-06-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-10/+4
2024-06-12net: core: Implement dstats-type stats collectionsJeremy Kerr1-0/+50
2024-06-12ip_tunnel: Move stats allocation to coreBreno Leitao1-8/+2
2024-06-12net: dsa: Fix typo in NET_DSA_TAG_RTL4_A KconfigChris Packham1-1/+1
2024-06-11netfilter: Use flowlabel flow key when re-routing mangled packetsFlorian Westphal1-0/+1
2024-06-11netfilter: ipset: Fix race between namespace cleanup and gc in the list:set typeJozsef Kadlecsik2-51/+60
2024-06-11netfilter: nft_inner: validate mandatory meta and payloadDavide Ornaghi2-0/+7
2024-06-11tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet1-1/+5
2024-06-11mptcp: pm: update add_addr counters after connectYonglongLi1-6/+10
2024-06-11mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi1-1/+4
2024-06-11mptcp: ensure snd_una is properly initialized on connectPaolo Abeni1-0/+1
2024-06-11net/sched: initialize noop_qdisc ownerJohannes Berg1-0/+1
2024-06-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-5/+5
2024-06-11Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski22-402/+1463
2024-06-10Bluetooth: fix connection setup in l2cap_connectPauli Virtanen1-2/+2
2024-06-10Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz1-7/+1
2024-06-10Bluetooth: hci_sync: Fix not using correct handleLuiz Augusto von Dentz1-1/+1
2024-06-10net: dsa: update the unicast MAC address when changing conduitMarek BehĂșn3-8/+44
2024-06-10net: dsa: deduplicate code adding / deleting the port address to fdbMarek BehĂșn1-44/+47
2024-06-10net: netlink: remove the cb_mutex "injection" from netlink coreJakub Kicinski1-15/+3
2024-06-10rtnetlink: move rtnl_lock handling out of af_netlinkJakub Kicinski2-4/+7
2024-06-10tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet1-1/+2
2024-06-10tcp: move inet_twsk_schedule helper out of headerFlorian Westphal1-0/+5
2024-06-10net: tcp: un-pin the tw_timerFlorian Westphal3-14/+4
2024-06-10net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider4-12/+48
2024-06-09page_pool: remove WARN_ON() with ORDavid Wei1-2/+2
2024-06-08Merge tag 'nfsd-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+1