summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-02-07fsnotify: disable notification by default for all pseudo filesAmir Goldstein
2025-02-06rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel
2025-02-06ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockoptMurad Masimov
2025-02-06net: ethtool: tsconfig: Fix netlink type of hwtstamp flagsKory Maincent
2025-02-06ipv6: Use RCU in ip6_input()Eric Dumazet
2025-02-06ipv6: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-06ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet
2025-02-06flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet
2025-02-06ipv4: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-06ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet
2025-02-06ipv4: use RCU protection in inet_select_addr()Eric Dumazet
2025-02-06ipv4: use RCU protection in rt_is_expired()Eric Dumazet
2025-02-06ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet
2025-02-06Merge tag 'net-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-05rxrpc: Fix race in call state changing vs recvmsg()David Howells
2025-02-05rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells
2025-02-05netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()Cong Wang
2025-02-05pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le
2025-02-04net: rose: lock the socket in rose_bind()Eric Dumazet
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells
2025-02-03net: harmonize tstats and dstatsPaolo Abeni
2025-02-03ethtool: ntuple: fix rss + ring_cookie checkJakub Kicinski
2025-02-03ethtool: rss: fix hiding unsupported fields in dumpsJakub Kicinski
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-02-03HID: intel-thc: fix CONFIG_HID dependencyArnd Bergmann
2025-02-01net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski
2025-02-01net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-30Merge tag 'nf-25-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-01-30net: revert RTNL changes in unregister_netdevice_many_notify()Eric Dumazet
2025-01-30net: hsr: fix fill_frame_info() regression vs VLAN packetsEric Dumazet
2025-01-30mptcp: blackhole only if 1st SYN retrans w/o MPC is acceptedMatthieu Baerts (NGI0)
2025-01-30netfilter: nf_tables: reject mismatching sum of field_len with set key lengthPablo Neira Ayuso
2025-01-30Merge tag 'for-net-2025-01-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2025-01-29net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen
2025-01-29tcp: correct handling of extreme memory squeezeJon Maloy
2025-01-29vsock: Allow retrying on connect() failureMichal Luczaj
2025-01-29vsock: Keep the binding until socket destructionMichal Luczaj
2025-01-29Bluetooth: L2CAP: accept zero as a special value for MTU auto-selectionFedor Pchelkin
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-01-28batman-adv: Fix incorrect offset in batadv_tt_tvlv_ogm_handler_v1()Remi Pommarel
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-28ethtool: Fix set RXNFC command with symmetric RSS hashGal Pressman
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-01-27add a string-to-qstr constructorAl Viro
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-01-27mptcp: handle fastopen disconnect correctlyPaolo Abeni
2025-01-27mptcp: pm: only set fullmesh for subflow endpMatthieu Baerts (NGI0)
2025-01-27mptcp: consolidate suboption statusPaolo Abeni