summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
24 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/wi...Mark Brown
24 hoursMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/blue...Mark Brown
24 hoursMerge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev...Mark Brown
24 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/rd...Mark Brown
24 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/mm...Mark Brown
2 daysmm: drop stale MAX_ORDER referencesQi Xi
3 daysnet/sched: defer qdisc freeing after failed creationWeiming Shi
3 daystcp: Replace min_tso_segs() with tso_segs() CC callbackChia-Yu Chang
4 daysneighbour: Don't store net in struct pneigh_entry.Kuniyuki Iwashima
4 daysneighbour: Namespacify neigh_tables.Kuniyuki Iwashima
4 daysneighbour: Convert neigh_table.entries to refcount_t.Kuniyuki Iwashima
4 daysipv6: Replace &nd_tbl with nd_table(net).Kuniyuki Iwashima
4 daysipv4: Replace &arp_tbl with arp_table(net).Kuniyuki Iwashima
4 daysneighbour: Remove neigh_tables[].Kuniyuki Iwashima
4 daysneighbour: Store arp_tbl and nd_tbl in net->neigh_tables[].Kuniyuki Iwashima
4 daysneighbour: Remove __neigh_for_each_release().Kuniyuki Iwashima
4 daysr8169: add support for RTL8127atfJaven Xu
4 dayswifi: mac80211: avoid trimming injected FCS twiceMariano Baragiola
4 dayswifi: nl80211: add support to configure 6 GHz non-HT duplicate transmissionManish Dharanenthiran
4 dayswifi: mac80211: make ieee80211_is_tx_data() internalJohannes Berg
4 dayswifi: mac80211: remove ieee80211_sta_ps_transition() return valueJohannes Berg
4 dayswifi: cfg80211: remove duplicate s1g_cap kerneldocLachlan Hodges
5 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
5 daysmac802154: fix use-after-free of sdata via queued RX framesIbrahim Hashimov
5 daysbonding: fix u32 overflow in compute_gap()Hangbin Liu
5 daysbonding: convert unbalanced_load to per-cpu stateHangbin Liu
6 daysBluetooth: Move H:4 reassembly into the Bluetooth coreLuiz Augusto von Dentz
6 daysBluetooth: L2CAP: annotate locking for l2cap_ops callbacksPauli Virtanen
6 daysBluetooth: L2CAP: annotate locking for l2cap_chan_del()Pauli Virtanen
6 daysBluetooth: L2CAP: take lock for l2cap_chan_del in l2cap_ecred_rsp_deferPauli Virtanen
7 daysBluetooth: L2CAP: make concurrent l2cap_set_timer() refcounting safePauli Virtanen
7 daysBluetooth: L2CAP: add annotations for l2cap_chan list lockingPauli Virtanen
7 daysBluetooth: L2CAP: remove unused l2cap_chan_close()Pauli Virtanen
7 daysBluetooth: L2CAP: add l2cap_chan_close_unlocked() and locking helpersPauli Virtanen
7 daysBluetooth: L2CAP: take chan->lock for l2cap_chan_add/ready/delPauli Virtanen
7 daysRDMA/mana_ib: fixed send wqe size support for RC QPsKonstantin Taranov
7 daysipv6: mcast: use copy-on-write RCU updates in ip6_mc_source()Eric Dumazet
8 daysvsock/virtio: validate packet source for connected socketsDaehyeon Ko
9 daysraw: annotate disconnect-side IPv4 match writersXuanqiang Luo
11 daystcp: use GFP_ATOMIC in tcp_send_active_reset()Eric Dumazet
12 daysMerge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
12 daysMerge tag 'nf-26-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
12 daysnet/sched: bound qdisc_pkt_len to prevent qdisc soft lockupJamal Hadi Salim
12 daysnetfilter: 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