aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-19udp: use sk_skb_reason_drop to free rx packetsYan Zhai2-10/+10
2024-06-19tcp: use sk_skb_reason_drop to free rx packetsYan Zhai5-9/+9
2024-06-19net: raw: use sk_skb_reason_drop to free rx packetsYan Zhai2-6/+6
2024-06-19ping: use sk_skb_reason_drop to free rx packetsYan Zhai1-1/+1
2024-06-19net: introduce sk_skb_reason_drop functionYan Zhai1-10/+12
2024-06-19net: add rx_sk to trace_kfree_skbYan Zhai3-5/+8
2024-06-19rds:Simplify the allocation of slab cachesHongfu Li2-6/+2
2024-06-18sched: act_ct: add netns into the key of tcf_ct_flow_tableXin Long1-5/+11
2024-06-18tipc: force a dst refcount before doing decryptionXin Long1-0/+1
2024-06-18net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()David Ruth1-2/+1
2024-06-18netns: Make get_net_ns() handle zero refcount netYue Haibing1-2/+7
2024-06-17net: Move dev_set_hwtstamp_phylib to net/core/dev.hKory Maincent2-1/+4
2024-06-17xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet1-1/+7
2024-06-17ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet1-0/+2
2024-06-17ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet1-1/+1
2024-06-17tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet1-0/+1
2024-06-17fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn1-1/+1
2024-06-17nfsd: fix oops when reading pool_stats before server is startedJeff Layton1-3/+5
2024-06-17net/smc: Introduce IPPROTO_SMCD. Wythe4-3/+196
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-17netrom: Fix a memory leak in nr_heartbeat_expiry()Gavrilov Ilia1-1/+2
2024-06-17xfrm: Log input direction mismatch error in one placeAntony Antony3-5/+14
2024-06-17xfrm: Fix input error path memory accessAntony Antony1-0/+3
2024-06-14net: micro-optimize skb_datagram_iterSagi Grimberg1-2/+2
2024-06-14atm: clean up a put_user() callsDan Carpenter1-2/+2
2024-06-14netdev-genl: fix error codes when outputting XDP featuresJakub Kicinski1-8/+8
2024-06-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+5
2024-06-14bpf: Relax tuple len requirement for sk helpers.Alexei Starovoitov1-12/+12
2024-06-14bpf: Avoid splat in pskb_pull_reasonFlorian Westphal1-0/+5
2024-06-14Merge tag 'wireless-2024-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski5-24/+46
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-14cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO optionsOndrej Mosnacek1-25/+54
2024-06-14cipso: fix total option length computationOndrej Mosnacek1-4/+8
2024-06-14wifi: mac80211: fix monitor channel with chanctx emulationJohannes Berg3-13/+27
2024-06-14wifi: mac80211: Avoid address calculations via out of bounds array indexingKenton Groombridge1-8/+9
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-13bpf: Add CHECKSUM_COMPLETE to bpf test progsVadim Fedorenko1-1/+27
2024-06-13sysctl: Remove check for sentinel element in ctl_table arraysJoel Granados1-9/+2
2024-06-12net: bridge: mst: fix suspicious rcu usage in br_mst_set_stateNikolay Aleksandrov1-1/+1
2024-06-12net: bridge: mst: pass vlan group directly to br_mst_vlan_set_stateNikolay Aleksandrov1-6/+5
2024-06-12net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu1-2/+2
2024-06-12net: ipv4: Add a sysctl to set multipath hash seedPetr Machata2-0/+73
2024-06-12net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata2-12/+12
2024-06-12Merge tag 'nf-24-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski5-51/+68
2024-06-12net: add and use __skb_get_hash_symmetric_netFlorian Westphal2-4/+5