summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
11 daystcp: Do not allow buggy transitions between ehash and lhash2.Kuniyuki Iwashima
11 daysnetdevsim: psp: drop tx key opsDaniel Zahka
11 dayspsp: allow drivers to omit tx key add/del opsDaniel Zahka
13 daystcp: Replace min_tso_segs() with tso_segs() CC callbackChia-Yu Chang
2026-09-04neighbour: Don't store net in struct pneigh_entry.Kuniyuki Iwashima
2026-09-04neighbour: Namespacify neigh_tables.Kuniyuki Iwashima
2026-09-04neighbour: Convert neigh_table.entries to refcount_t.Kuniyuki Iwashima
2026-09-04ipv6: Replace &nd_tbl with nd_table(net).Kuniyuki Iwashima
2026-09-04ipv4: Replace &arp_tbl with arp_table(net).Kuniyuki Iwashima
2026-09-04neighbour: Remove neigh_tables[].Kuniyuki Iwashima
2026-09-04neighbour: Store arp_tbl and nd_tbl in net->neigh_tables[].Kuniyuki Iwashima
2026-09-04neighbour: Remove __neigh_for_each_release().Kuniyuki Iwashima
2026-09-04r8169: add support for RTL8127atfJaven Xu
2026-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-09-02bonding: fix u32 overflow in compute_gap()Hangbin Liu
2026-09-02bonding: convert unbalanced_load to per-cpu stateHangbin Liu
2026-08-31ipv6: mcast: use copy-on-write RCU updates in ip6_mc_source()Eric Dumazet
2026-08-31vsock/virtio: validate packet source for connected socketsDaehyeon Ko
2026-08-30raw: annotate disconnect-side IPv4 match writersXuanqiang Luo
2026-08-28tcp: use GFP_ATOMIC in tcp_send_active_reset()Eric Dumazet
2026-08-27Merge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-08-27Merge tag 'nf-26-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-08-27net/sched: bound qdisc_pkt_len to prevent qdisc soft lockupJamal Hadi Salim
2026-08-27netfilter: nf_tables: skip double clone set expressions on element insertPablo Neira Ayuso
2026-08-25sctp: fix stream->outcnt underflow on duplicate RECONF responsesJun Yang
2026-08-24Merge tag 'for-net-2026-08-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-08-24xsk: honor XDP_TX_METADATA in zero-copy pathStanislav Fomichev
2026-08-24Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chanPauli Virtanen
2026-08-24Bluetooth: mgmt: fix 'hdev->discovery.uuids' NULL dereferencePavel Shpakovskiy
2026-08-22tcp: clamp route advmss to TCP_MIN_MSSYong Wang
2026-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-08-20inetpeer: randomize RB-tree node comparison using SipHashEric Dumazet
2026-08-20net: advertise TCP MSS from the configured MTU, not the learned PMTUJiayuan Chen
2026-08-20Merge tag 'nf-next-26-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-18net: dsa: initial MT7628 tagging driverJoris Vaisvila
2026-08-18vsock: remove the now-unused rejected flagNguyen Dinh Phi
2026-08-18net: ip_tunnel: remove unused non-strict __ip_tunnel_change_mtuIlya Maximets
2026-08-18net: cap advertised IP tunnel headroomZhiling Zou
2026-08-17net: af_unix: useful handling of LSM denials on SCM_RIGHTSJori Koolstra
2026-08-17Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2026-08-17mptcp: remove unused data_ack from struct mptcp_extGeliang Tang
2026-08-18netfilter: nf_tables: move set_update_list to nftables per-netnsPablo Neira Ayuso
2026-08-17net_shaper: fix kernel-doc list indentationKarl Mehltretter
2026-08-14Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-13net: mana: Fall back to scattered pages for GDMA queuesAditya Garg
2026-08-13net: enforce net sysctl registrationJoel Granados
2026-08-13ipv6: add inet6_rt_del_notify()Yuyang Huang
2026-08-13ipv6: propagate the route deletion reason to fib6_del_route()Yuyang Huang