summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2025-03-11wifi: cfg80211: Update the link address when a link is addedIlan Peer
2025-03-11wifi: cfg80211: improve supported_selector documentationJohannes Berg
2025-03-11wifi: cfg80211: allow IR in 20 MHz configurationsAnjaneyulu
2025-03-11wifi: cfg80211: allow setting extended MLD capa/opsJohannes Berg
2025-03-11wifi: cfg80211: move link reconfig parameters into a structJohannes Berg
2025-03-10rxrpc: Allow the app to store private data on peer structsDavid Howells
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-07tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)
2025-03-07Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz
2025-03-06inet: call inet6_ehashfn() once from inet6_hash_connect()Eric Dumazet
2025-03-06netfilter: nf_tables: make destruction work queue pernetFlorian Westphal
2025-03-05inet: fix lwtunnel_valid_encap_type() lock imbalanceEric Dumazet
2025-03-04tcp: use RCU lookup in __inet_hash_connect()Eric Dumazet
2025-03-04tcp: add RCU management to inet_bind_bucketEric Dumazet
2025-03-04Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/lin...Jakub Kicinski
2025-03-03sock: add sock_kmemdup helperGeliang Tang
2025-03-03tcp: convert to dev_net_rcu()Eric Dumazet
2025-03-03tcp: add four drop reasons to tcp_check_req()Eric Dumazet
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet
2025-03-03ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima
2025-03-03ipv4: fib: Allocate fib_info_hash[] during netns initialisation.Kuniyuki Iwashima
2025-02-28wifi: cfg80211: reorg sinfo structure elements for meshSarika Sharma
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-27xdp: remove xdp_alloc_skb_bulk()Alexander Lobakin
2025-02-27net: gro: expose GRO init/cleanup to use outside of NAPIAlexander Lobakin
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin
2025-02-26wifi: cfg80211: expose update timestamp to driversBenjamin Berg
2025-02-26wifi: mac80211: add ieee80211_iter_chan_contexts_mtxMiri Korenblit
2025-02-25Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky
2025-02-24mptcp: sched: split get_subflow interface into twoGeliang Tang
2025-02-21net: better track kernel sockets lifetimeEric Dumazet
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-02-21rtnetlink: Remove "net" from newlink paramsXiao Liang
2025-02-21net: ip_tunnel: Use link netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-21xfrm: check for PMTU in tunnel mode for packet offloadLeon Romanovsky
2025-02-21xfrm: simplify SA initialization routineLeon Romanovsky
2025-02-21xfrm: delay initialization of offload path till its actually requestedLeon Romanovsky
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-20xsk: Add launch time hardware offload support to XDP Tx metadataSong Yoong Siang
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing
2025-02-20bpf: Prevent unsafe access to the sock fields in the BPF timestamping callbackJason Xing
2025-02-20bpf: Prepare the sock_ops ctx and call bpf prog for TX timestampingJason Xing
2025-02-20bpf: Add networking timestamping support to bpf_get/setsockopt()Jason Xing
2025-02-20net: Add options as a flexible array to struct ip_tunnel_infoGal Pressman
2025-02-20ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1'Gal Pressman
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni