summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
10 hoursMerge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...HEADmasterLinus Torvalds
11 hoursMerge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
12 hoursMerge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2 daysnet: openvswitch: fix nf_connlabels leak in ovs_ct_initRuoyu Wang
2 daysnet: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()Tetsuo Handa
2 daysnet: openvswitch: fix flow mask use-after-free on flow deletionIlya Maximets
2 dayssctp: stop processing a packet once its association is deletedHyunwoo Kim
2 daysipv4: reject undersized MTUs in ip_do_fragment()Yong Wang
3 daysnet: dsa: initial MT7628 tagging driverJoris Vaisvila
3 daysvsock: use sock_error() to consume sk_err after a failed connectNguyen Dinh Phi
3 daysvsock: remove the now-unused rejected flagNguyen Dinh Phi
3 daysvsock: don't check the listener's sk_err in vsock_accept()Nguyen Dinh Phi
3 daysnet: ip_tunnel: remove unused non-strict __ip_tunnel_change_mtuIlya Maximets
3 daysip: orphan prefetched skbs before multicast forwardingZhiling Zou
3 daysnet: cap advertised IP tunnel headroomZhiling Zou
3 daysip6_gre: fix hardware header length for NBMA tunnelsZhiling Zou
3 daysnet/smc: hash socket only after full initialisation in smc_sk_init()Mahanta Jambigi
3 daysmpls: reload header after pskb_may_pull()Qing Ming
3 daysMerge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
3 daysnet: bridge: vlan: fix inverted default vlan notificationNikolay Aleksandrov
3 daysnet: af_unix: useful handling of LSM denials on SCM_RIGHTSJori Koolstra
3 daysnet: scm: move scm_detach_fds() from common path to scm_recv_unix()Jori Koolstra
3 daysnet: af_unix: enable custom setsockopt for all socket typesJori Koolstra
3 daystls: fix RX desync on overlapping skbsMaximilian Immanuel Brandtner
3 daysmptcp: add per-event MIB counters for MPTCP_RST_EMPTCP resetsShardul Bankar
3 daysmptcp: honour configured min/max RTO in retransmit pathsKalpan Jani
3 daysmptcp: pm: userspace: make remove_addr_entry staticMatthieu Baerts (NGI0)
3 daysmptcp: pm: add WARN_ON_ONCE guards on extra_subflows underflowTao Cui
3 daysnet: hsr: free learned nodes on device setup failureXin Xie
3 daysnet: kcm: Hold RCU read lock while running BPF parserJunseo Lim
3 daysip6_tunnel: use skb_cow_head() in ip6_tnl_xmit()Zhiling Zou
3 daysipv6: fix use-after-free in ip6_finish_output2()Luxiao Xu
3 daysnet: pktgen: use a consistent flow countQi Zhang
3 daysMerge tag 'nfc-7.1-rc8' of https://codeberg.org/linux-nfc/linuxJakub Kicinski
3 daysMerge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
3 dayspsp: use unrcu_pointer() for the cmpxchg() on netdev psp_devWei Wang
3 daysMerge tag 'vfs-7.3-rc1.kfunc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
3 daysnet: psp: use psp_dev_is_registered() in psp_assoc_free()Daniel Zahka
3 daysnet: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_mapEric Dumazet
3 daysnet: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet
3 daysnet: prevent torn reads in netdev_tc_txqEric Dumazet
3 daysbpf, xdp: move offload check into dev_xdp_install()Jiayuan Chen
4 daysbpf: Clear decap state on skb_adjust_room shrink pathNick Hudson
4 daysbpf: Allow new DECAP flags and add guard railsNick Hudson
4 daysbpf: Refactor masks for ADJ_ROOM flags and encap validationNick Hudson
4 daysbpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooksJunseo Lim
4 dayslwt_bpf: Restore reserved headroom after xmit programJunseo Lim
4 daysbpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookupMichal Luczaj
4 daysbpf: Extract shared reqsk-to-listener upgradeMichal Luczaj