summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-06-19net: hsr: cosmetic: Remove extra white spaceLukasz Majewski
2024-06-19af_packet: use sk_skb_reason_drop to free rx packetsYan Zhai
2024-06-19udp: use sk_skb_reason_drop to free rx packetsYan Zhai
2024-06-19tcp: use sk_skb_reason_drop to free rx packetsYan Zhai
2024-06-19net: raw: use sk_skb_reason_drop to free rx packetsYan Zhai
2024-06-19ping: use sk_skb_reason_drop to free rx packetsYan Zhai
2024-06-19net: introduce sk_skb_reason_drop functionYan Zhai
2024-06-19net: add rx_sk to trace_kfree_skbYan Zhai
2024-06-19rds:Simplify the allocation of slab cachesHongfu Li
2024-06-17net: Move dev_set_hwtstamp_phylib to net/core/dev.hKory Maincent
2024-06-17fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn
2024-06-17net/smc: Introduce IPPROTO_SMCD. Wythe
2024-06-17net/smc: expose smc proto operationsD. Wythe
2024-06-17net/smc: refactoring initialization of smc sockD. Wythe
2024-06-14net: micro-optimize skb_datagram_iterSagi Grimberg
2024-06-14atm: clean up a put_user() callsDan Carpenter
2024-06-14net: qrtr: ns: Ignore ENODEV failures in nsChris Lew
2024-06-14net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-13Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-06-13Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-06-13af_unix: Read with MSG_PEEK loops if the first unread byte is OOBRao Shoaib
2024-06-12net: bridge: mst: fix suspicious rcu usage in br_mst_set_stateNikolay Aleksandrov
2024-06-12net: bridge: mst: pass vlan group directly to br_mst_vlan_set_stateNikolay Aleksandrov
2024-06-12net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu
2024-06-12net: ipv4: Add a sysctl to set multipath hash seedPetr Machata
2024-06-12net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata
2024-06-12Merge tag 'nf-24-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-06-12net: add and use __skb_get_hash_symmetric_netFlorian Westphal
2024-06-12net: add and use skb_get_hash_netFlorian Westphal
2024-06-12net/tcp: Remove tcp_hash_fail()Dmitry Safonov
2024-06-12net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov
2024-06-12net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov
2024-06-12net/tcp: Add a helper tcp_ao_hdr_maclen()Dmitry Safonov
2024-06-12net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefsDmitry Safonov
2024-06-11Merge tag 'for-net-2024-06-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-06-11net: core: Implement dstats-type stats collectionsJeremy Kerr
2024-06-11ip_tunnel: Move stats allocation to coreBreno Leitao
2024-06-11net: dsa: Fix typo in NET_DSA_TAG_RTL4_A KconfigChris Packham
2024-06-11netfilter: Use flowlabel flow key when re-routing mangled packetsFlorian Westphal
2024-06-11netfilter: ipset: Fix race between namespace cleanup and gc in the list:set typeJozsef Kadlecsik
2024-06-11netfilter: nft_inner: validate mandatory meta and payloadDavide Ornaghi
2024-06-10tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet
2024-06-10mptcp: pm: update add_addr counters after connectYonglongLi
2024-06-10mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi
2024-06-10mptcp: ensure snd_una is properly initialized on connectPaolo Abeni
2024-06-10net/sched: initialize noop_qdisc ownerJohannes Berg
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-06-10Bluetooth: fix connection setup in l2cap_connectPauli Virtanen