aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-09net: mana: Add support for PF device 0x00C1Haiyang Zhang1-0/+2
2026-06-09RDMA/mana_ib: Allocate interrupt contexts on EQsLong Li1-2/+5
2026-06-09net: mana: Allocate interrupt context for each EQ when creating vPortLong Li1-0/+1
2026-06-09net: mana: Introduce GIC context with refcounting for interrupt managementLong Li1-0/+12
2026-06-09net: mana: Query device capabilities and configure MSI-X sharing for EQsLong Li1-1/+12
2026-06-09net: mana: Create separate EQs for each vPortLong Li1-3/+12
2026-06-09net: ncsi: Set ncsi_stop_dev() to inline while NET_NCSI not enabledMinda Chen1-1/+1
2026-06-09net: ethtool: make dev->hwprov ops-protectedJakub Kicinski1-0/+11
2026-06-09net/sched: Update function name in TCQ_F_NOPARENT commentVictor Nogueira1-1/+1
2026-06-08tls: Suppress spurious saved_data_ready on all receive pathsChuck Lever1-0/+5
2026-06-08ip6mr: Define net->ipv6.{ip6mr_notifier_ops,ipmr_seq} under CONFIG_IPV6_MROUTE.Kuniyuki Iwashima1-2/+2
2026-06-08ip6mr: Replace RTNL with a dedicated mutex for MFC.Kuniyuki Iwashima1-0/+1
2026-06-08net: Remove rtnl_held of struct fib_dump_filter.Kuniyuki Iwashima1-1/+0
2026-06-05netfilter: conntrack: revert ct extension genid infrastructurePablo Neira Ayuso1-12/+0
2026-06-05netfilter: nf_conntrack_helper: add refcounting from datapathPablo Neira Ayuso1-5/+21
2026-06-05netfilter: nf_conntrack_pptp: move GRE specific cleanup to GRE trackerPablo Neira Ayuso1-0/+4
2026-06-05wifi: mac80211: Add 802.3 multicast encapsulation offload supportTamizh Chelvam Raja1-0/+4
2026-06-05netfilter: nf_conntrack_helper: dynamically allocate struct nf_conntrack_helperPablo Neira Ayuso1-7/+9
2026-06-05netfilter: cttimeout: detach dataplane timeout policy and repurpose refcountPablo Neira Ayuso1-2/+25
2026-06-05ipvs: add conn_max sysctl to limit connectionsJulian Anastasov1-0/+22
2026-06-05wifi: nl80211: Increase ie_len size to prevent truncated IEs in new peer notificationsThiyagarajan Pandiyan1-1/+1
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-5/+8
2026-06-04net: ethtool: cmis_cdb: hold instance lock for ops locked devicesJakub Kicinski1-0/+6
2026-06-04net: rename netdev_ops_assert_locked()Jakub Kicinski1-3/+3
2026-06-04net/sched: fix pedit partial COW leading to page cache corruptionRajat Gupta1-1/+0
2026-06-04xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migrationAntony Antony1-1/+9
2026-06-04xfrm: make xfrm_dev_state_add xuo parameter constAntony Antony1-2/+4
2026-06-04xfrm: move encap and xuo into struct xfrm_migrateAntony Antony1-5/+2
2026-06-04xfrm: add state synchronization after migrationAntony Antony1-9/+37
2026-06-04xfrm: split xfrm_state_migrate into create and install functionsAntony Antony1-0/+11
2026-06-04xfrm: rename reqid in xfrm_migrateAntony Antony1-1/+1
2026-06-04xfrm: add extack to xfrm_init_stateAntony Antony1-1/+1
2026-06-03Merge tag 'for-net-2026-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski1-0/+1
2026-06-03mptcp: change mptcp_established_options() to return opt_sizeEric Dumazet1-9/+8
2026-06-03mptcp: fix uninit-value in mptcp_established_optionsPaolo Abeni1-2/+5
2026-06-03Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsigMichael Bommarito1-0/+1
2026-06-03wifi: mac80211: basic S1G rx rate reporting supportLachlan Hodges1-0/+1
2026-06-03wifi: cfg80211: remove 5/10 MHz channel supportJohannes Berg1-2/+0
2026-06-02Merge tag 'nf-26-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-2/+1
2026-06-01net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim1-0/+1
2026-06-01ipvs: clear the svc scheduler ptr early on editJulian Anastasov1-2/+1
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+2
2026-05-29Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski1-1/+2
2026-05-28net: make page_pool_get_stats() voidJakub Kicinski1-1/+1
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-17/+9
2026-05-28Merge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+7
2026-05-27ipv6: guard against possible NULL deref in __in6_dev_stats_get()Eric Dumazet1-1/+4
2026-05-26llc: Add SPDX id lines to llc header filesTim Bird10-70/+10
2026-05-26llc: Add SPDX id lines to some llc source filesTim Bird1-7/+1
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-17/+2