| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-16 | wifi: mac80211: handle non-MLO mode as well in ieee80211_num_beaconing_links() | Aditya Kumar Singh | 1 | -3/+3 |
| 2025-05-09 | wifi: mac80211: Update MCS15 support in link_conf | Mohan Kumar G | 1 | -0/+3 |
| 2025-05-08 | wifi: mac80211: do not offer a mesh path if forwarding is disabled | Benjamin Berg | 1 | -2/+4 |
| 2025-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 12 | -136/+200 |
| 2025-05-08 | net: export a helper for adding up queue stats | Jakub Kicinski | 1 | -19/+50 |
| 2025-05-07 | bpf: Scrub packet on bpf_redirect_peer | Paul Chaignon | 1 | -0/+1 |
| 2025-05-07 | Merge tag 'nf-25-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Jakub Kicinski | 2 | -20/+9 |
| 2025-05-07 | openvswitch: Fix unsafe attribute parsing in output_userspace() | Eelco Chaudron | 1 | -2/+1 |
| 2025-05-07 | netfilter: ipset: fix region locking in hash types | Jozsef Kadlecsik | 1 | -1/+1 |
| 2025-05-07 | ipvs: fix uninit-value for saddr in do_output_route4 | Julian Anastasov | 1 | -19/+8 |
| 2025-05-06 | Merge tag 'wireless-2025-05-06' of https://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 2 | -7/+7 |
| 2025-05-06 | Merge tag 'wireless-next-2025-05-06' of https://git.kernel.org/pub/scm/linux/... | Jakub Kicinski | 21 | -230/+312 |
| 2025-05-06 | Merge tag 'linux-can-fixes-for-6.15-20250506' of git://git.kernel.org/pub/scm... | Jakub Kicinski | 1 | -59/+90 |
| 2025-05-06 | net: add missing instance lock to dev_set_promiscuity | Stanislav Fomichev | 2 | -13/+24 |
| 2025-05-06 | net: Lock netdevices during dev_shutdown | Cosmin Ratiu | 1 | -1/+3 |
| 2025-05-06 | devlink: use DEVLINK_VAR_ATTR_TYPE_* instead of NLA_* in fmsg | Jiri Pirko | 1 | -44/+21 |
| 2025-05-06 | devlink: avoid param type value translations | Jiri Pirko | 1 | -44/+2 |
| 2025-05-06 | devlink: define enum for attr types of dynamic attributes | Jiri Pirko | 3 | -18/+58 |
| 2025-05-06 | wifi: mac80211: fix the type of status_code for negotiated TID to Link Mapping | Michael-CY Lee | 1 | -6/+6 |
| 2025-05-06 | wifi: cfg80211: fix out-of-bounds access during multi-link element defragment... | Veerendranath Jakkam | 1 | -1/+1 |
| 2025-05-06 | can: gw: fix RCU/BH usage in cgw_create_job() | Oliver Hartkopp | 1 | -59/+90 |
| 2025-05-06 | Merge tag 'nf-next-25-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Abeni | 5 | -68/+128 |
| 2025-05-05 | ipv4: ip_tunnel: Replace strcpy use with strscpy | Ruben Wauters | 1 | -2/+2 |
| 2025-05-05 | gre: Fix again IPv6 link-local address generation. | Guillaume Nault | 1 | -6/+9 |
| 2025-05-05 | net: ethtool: netlink: Use netdev_hold for dumpit() operations | Maxime Chevallier | 1 | -2/+3 |
| 2025-05-05 | net: ethtool: phy: Convert the PHY_GET command to generic phy dump | Maxime Chevallier | 3 | -253/+100 |
| 2025-05-05 | net: ethtool: Introduce per-PHY DUMP operations | Maxime Chevallier | 1 | -9/+194 |
| 2025-05-05 | sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iif | Dr. David Alan Gilbert | 2 | -26/+0 |
| 2025-05-05 | strparser: Remove unused __strp_unpause | Dr. David Alan Gilbert | 1 | -13/+0 |
| 2025-05-05 | sch_htb: make htb_deactivate() idempotent | Cong Wang | 1 | -9/+6 |
| 2025-05-05 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 4 | -65/+140 |
| 2025-05-05 | netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAX | Pablo Neira Ayuso | 1 | -0/+6 |
| 2025-05-05 | netfilter: nft_set_pipapo: prevent overflow in lookup table allocation | Pablo Neira Ayuso | 1 | -14/+44 |
| 2025-05-05 | netfilter: nf_conntrack: speed up reads from nf_conntrack proc file | Florian Westphal | 1 | -35/+53 |
| 2025-05-05 | netfilter: nft_quota: match correctly when the quota just depleted | Zhongqiu Duan | 1 | -7/+13 |
| 2025-05-05 | netfilter: bridge: Move specific fragmented packet to slow_path instead of dr... | Huajian Yang | 2 | -12/+12 |
| 2025-05-03 | ipv4: Honor "ignore_routes_with_linkdown" sysctl in nexthop selection | Ido Schimmel | 1 | -2/+9 |
| 2025-05-02 | ipv6: Restore fib6_config validation for SIOCADDRT. | Kuniyuki Iwashima | 1 | -42/+55 |
| 2025-05-02 | mptcp: Align mptcp_inet6_sk with other protocols | Pedro Falcato | 1 | -2/+2 |
| 2025-05-02 | bpf: net_sched: Make some Qdisc_ops ops mandatory | Amery Hung | 1 | -0/+12 |
| 2025-05-02 | bpf: net_sched: Fix bpf qdisc init prologue when set as default qdisc | Amery Hung | 1 | -5/+7 |
| 2025-05-02 | bpf: udp: Avoid socket skips and repeats during iteration | Jordan Rife | 1 | -17/+44 |
| 2025-05-02 | bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items | Jordan Rife | 1 | -8/+12 |
| 2025-05-02 | bpf: udp: Get rid of st_bucket_done | Jordan Rife | 1 | -8/+8 |
| 2025-05-02 | bpf: udp: Make sure iter->batch always contains a full bucket snapshot | Jordan Rife | 1 | -26/+55 |
| 2025-05-02 | bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch | Jordan Rife | 1 | -5/+6 |
| 2025-05-01 | ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local LWT s... | Andrea Mayer | 1 | -3/+3 |
| 2025-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 16 | -249/+258 |
| 2025-05-01 | Merge tag 'net-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 15 | -222/+264 |
| 2025-05-01 | net: use sock_gen_put() when sk_state is TCP_TIME_WAIT | Jibin Zhang | 2 | -2/+2 |
| 2025-04-29 | Merge tag 'nf-next-25-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 6 | -11/+61 |
| 2025-04-29 | net: ipv6: fix UDPv6 GSO segmentation with NAT | Felix Fietkau | 1 | -1/+60 |
| 2025-04-29 | xsk: convert xdp_copy_frags_from_zc() to use page_pool_dev_alloc() | Bui Quang Minh | 1 | -7/+7 |
| 2025-04-29 | xsk: respect the offsets when copying frags | Bui Quang Minh | 1 | -3/+4 |
| 2025-04-29 | bpf: net_sched: Fix using bpf qdisc as default qdisc | Amery Hung | 2 | -4/+4 |
| 2025-04-29 | ipv4: fib: Fix fib_info_hash_alloc() allocation type | Kees Cook | 1 | -1/+1 |
| 2025-04-29 | ip: load balance tcp connections to single dst addr and port | Willem de Bruijn | 3 | -6/+22 |
| 2025-04-29 | ipv4: prefer multipath nexthop that matches source address | Willem de Bruijn | 2 | -15/+26 |
| 2025-04-28 | net_sched: qfq: Fix double list add in class with netem as child qdisc | Victor Nogueira | 1 | -4/+7 |
| 2025-04-28 | net_sched: ets: Fix double list add in class with netem as child qdisc | Victor Nogueira | 1 | -3/+6 |
| 2025-04-28 | net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc | Victor Nogueira | 1 | -1/+1 |
| 2025-04-28 | net_sched: drr: Fix double list add in class with netem as child qdisc | Victor Nogueira | 1 | -3/+6 |
| 2025-04-29 | netfilter: nf_tables: export set count and backend name to userspace | Florian Westphal | 1 | -0/+26 |
| 2025-04-29 | netfilter: conntrack: Remove redundant NFCT_ALIGN call | Xuanqiang Luo | 1 | -3/+1 |
| 2025-04-26 | Merge tag 'nfsd-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 1 | -5/+1 |
| 2025-04-26 | Revert "sunrpc: clean cache_detail immediately when flush is written frequently" | Chuck Lever | 1 | -5/+1 |
| 2025-04-25 | Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -23/+0 |
| 2025-04-25 | Bluetooth: L2CAP: copy RX timestamp to new fragments | Pauli Virtanen | 1 | -0/+3 |
| 2025-04-25 | Bluetooth: hci_conn: Fix not setting timeout for BIG Create Sync | Luiz Augusto von Dentz | 4 | -104/+83 |
| 2025-04-25 | Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast Receiver | Luiz Augusto von Dentz | 3 | -100/+85 |
| 2025-04-24 | tcp: fastopen: pass TFO child indication through getsockopt | Jeremy Harris | 1 | -0/+2 |
| 2025-04-24 | tcp: fastopen: note that a child socket was created | Jeremy Harris | 2 | -0/+2 |
| 2025-04-24 | net: ip_gre: Fix spelling mistake "demultiplexor" -> "demultiplexer" | Colin Ian King | 1 | -1/+1 |
| 2025-04-24 | rxrpc: rxgk: Fix some reference count leaks | Dan Carpenter | 1 | -3/+7 |
| 2025-04-24 | xsk: Fix race condition in AF_XDP generic RX path | e.kubanski | 2 | -3/+4 |
| 2025-04-24 | rxrpc: Remove deadcode | Dr. David Alan Gilbert | 3 | -50/+0 |
| 2025-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 7 | -23/+70 |
| 2025-04-24 | Merge tag 'wireless-2025-04-24' of https://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 1 | -1/+7 |
| 2025-04-24 | net: cgroup: Guard users of sock_cgroup_classid() | Michal Koutný | 2 | -1/+10 |
| 2025-04-24 | netfilter: xt_cgroup: Make it independent from net_cls | Michal Koutný | 2 | -1/+18 |
| 2025-04-24 | netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies() | Easwar Hariharan | 1 | -6/+6 |
| 2025-04-24 | ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE. | Kuniyuki Iwashima | 2 | -8/+14 |
| 2025-04-24 | ipv6: Protect nh->f6i_list with spinlock and flag. | Kuniyuki Iwashima | 2 | -8/+49 |
| 2025-04-24 | ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add(). | Kuniyuki Iwashima | 1 | -7/+14 |
| 2025-04-24 | ipv6: Protect fib6_link_table() with spinlock. | Kuniyuki Iwashima | 1 | -5/+21 |
| 2025-04-24 | ipv6: Factorise ip6_route_multipath_add(). | Kuniyuki Iwashima | 1 | -75/+130 |
| 2025-04-24 | ipv6: Rename rt6_nh.next to rt6_nh.list. | Kuniyuki Iwashima | 1 | -7/+7 |
| 2025-04-24 | ipv6: Don't pass net to ip6_route_info_append(). | Kuniyuki Iwashima | 1 | -4/+2 |
| 2025-04-24 | ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create(). | Kuniyuki Iwashima | 2 | -4/+15 |
| 2025-04-24 | ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create(). | Kuniyuki Iwashima | 1 | -3/+22 |
| 2025-04-24 | ipv6: Split ip6_route_info_create(). | Kuniyuki Iwashima | 1 | -33/+62 |
| 2025-04-24 | ipv6: Move nexthop_find_by_id() after fib6_info_alloc(). | Kuniyuki Iwashima | 1 | -16/+18 |
| 2025-04-24 | ipv6: Check GATEWAY in rtm_to_fib6_multipath_config(). | Kuniyuki Iwashima | 1 | -7/+9 |
| 2025-04-24 | ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config(). | Kuniyuki Iwashima | 1 | -37/+42 |
| 2025-04-24 | ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE. | Kuniyuki Iwashima | 1 | -20/+28 |
| 2025-04-24 | ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config(). | Kuniyuki Iwashima | 1 | -39/+43 |
| 2025-04-23 | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne... | Jakub Kicinski | 1 | -1/+278 |
| 2025-04-23 | net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too | Cong Wang | 1 | -4/+10 |
| 2025-04-23 | net_sched: hfsc: Fix a UAF vulnerability in class handling | Cong Wang | 1 | -2/+7 |
| 2025-04-23 | mptcp: pm: Defer freeing of MPTCP userspace path manager entries | Mat Martineau | 1 | -1/+5 |
| 2025-04-23 | net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET... | Kuniyuki Iwashima | 1 | -6/+6 |
| 2025-04-23 | wifi: mac80211: restructure tx profile retrieval for MLO MBSSID | Rameshkumar Sundaram | 3 | -45/+96 |
| 2025-04-23 | wifi: nl80211: add link id of transmitted profile for MLO MBSSID | Rameshkumar Sundaram | 1 | -1/+23 |
| 2025-04-23 | wifi: mac80211: update ML STA with EML capabilities | Ramasamy Kaliappan | 1 | -0/+3 |
| 2025-04-23 | wifi: cfg80211: Add support to get EMLSR capabilities of non-AP MLD | Ramasamy Kaliappan | 1 | -0/+18 |
| 2025-04-23 | wifi: mac80211: VLAN traffic in multicast path | Muna Sinada | 1 | -2/+4 |
| 2025-04-23 | wifi: mac80211: Create separate links for VLAN interfaces | Muna Sinada | 4 | -5/+103 |
| 2025-04-23 | wifi: mac80211: Add link iteration macro for link data | Muna Sinada | 1 | -0/+9 |
| 2025-04-23 | wifi: mac80211: Replace __get_unaligned_cpu32 in mesh_pathtbl.c | Julian Vetter | 1 | -1/+1 |
| 2025-04-23 | Revert "mac80211: Dynamically set CoDel parameters per station" | Toke Høiland-Jørgensen | 5 | -55/+1 |
| 2025-04-23 | wifi: cfg80211/mac80211: remove more 5/10 MHz code | Johannes Berg | 11 | -87/+21 |
| 2025-04-23 | wifi: mac80211: Avoid -Wflex-array-member-not-at-end warnings | Gustavo A. R. Silva | 1 | -28/+27 |
| 2025-04-23 | wifi: free SKBTX_WIFI_STATUS skb tx_flags flag | Johannes Berg | 2 | -6/+6 |
| 2025-04-23 | wifi: mac80211: restore monitor for outgoing frames | Johannes Berg | 1 | -1/+7 |
| 2025-04-23 | net: bridge: mcast: update multicast contex when vlan state is changed | Yong Wang | 3 | -3/+38 |
| 2025-04-23 | net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functions | Yong Wang | 1 | -8/+69 |
| 2025-04-22 | xdp: create locked/unlocked instances of xdp redirect target setters | Joshua Washington | 1 | -4/+21 |
| 2025-04-22 | net: Drop hold_rtnl arg from ops_undo_list(). | Kuniyuki Iwashima | 1 | -6/+8 |
| 2025-04-22 | tipc: fix NULL pointer dereference in tipc_mon_reinit_self() | Tung Nguyen | 1 | -1/+2 |
| 2025-04-22 | net: 802: Remove unused p8022 code | Dr. David Alan Gilbert | 3 | -68/+2 |
| 2025-04-22 | net: lwtunnel: disable BHs when required | Justin Iurman | 1 | -6/+20 |
| 2025-04-22 | net: selftests: initialize TCP header and skb payload with zero | Oleksij Rempel | 1 | -5/+13 |
| 2025-04-22 | rxrpc: rxgk: Set error code in rxgk_yfs_decode_ticket() | Dan Carpenter | 1 | -0/+1 |
| 2025-04-21 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 5 | -4/+480 |
| 2025-04-21 | net: Use nlmsg_payload in rtnetlink file | Breno Leitao | 1 | -13/+12 |
| 2025-04-21 | net: Use nlmsg_payload in neighbour file | Breno Leitao | 1 | -2/+2 |
| 2025-04-21 | net: fix the missing unlock for detached devices | Jakub Kicinski | 1 | -3/+6 |
| 2025-04-18 | net: ethtool: mm: reset verification status when link is down | Faizal Rahim | 1 | -0/+4 |
| 2025-04-18 | net: ethtool: mm: extract stmmac verification logic into common library | Vladimir Oltean | 1 | -1/+274 |
| 2025-04-17 | netdev: fix the locking for netdev notifications | Jakub Kicinski | 2 | -1/+7 |
| 2025-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 20 | -78/+206 |
| 2025-04-17 | Merge tag 'net-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 19 | -42/+162 |
| 2025-04-17 | bpf: net_sched: Disable attaching bpf qdisc to non root | Amery Hung | 1 | -2/+23 |
| 2025-04-17 | bpf: net_sched: Support updating bstats | Amery Hung | 1 | -0/+11 |
| 2025-04-17 | bpf: net_sched: Add a qdisc watchdog timer | Amery Hung | 1 | -1/+105 |
| 2025-04-17 | bpf: net_sched: Add basic bpf qdisc kfuncs | Amery Hung | 1 | -1/+110 |
| 2025-04-17 | bpf: net_sched: Support implementation of Qdisc_ops in bpf | Amery Hung | 5 | -4/+235 |
| 2025-04-17 | Merge tag 'nf-25-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni | 1 | -4/+6 |
| 2025-04-17 | Merge tag 'for-net-2025-04-16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Abeni | 1 | -1/+17 |
| 2025-04-17 | net: pktgen: fix code style (WARNING: Prefer strscpy over strcpy) | Peter Seiderer | 1 | -11/+7 |
| 2025-04-17 | net: pktgen: fix code style (WARNING: please, no space before tabs) | Peter Seiderer | 1 | -1/+1 |
| 2025-04-17 | net: pktgen: fix code style (ERROR: else should follow close brace '}') | Peter Seiderer | 1 | -2/+2 |
| 2025-04-17 | net: ipv6: ioam6: fix double reallocation | Justin Iurman | 1 | -5/+36 |
| 2025-04-17 | net: ipv6: ioam6: use consistent dst names | Justin Iurman | 1 | -17/+18 |
| 2025-04-17 | skb: implement skb_send_sock_locked_with_flags() | Antonio Quartulli | 1 | -5/+13 |
| 2025-04-17 | ovpn: implement TCP transport | Antonio Quartulli | 1 | -0/+1 |
| 2025-04-17 | netfilter: conntrack: fix erronous removal of offload bit | Florian Westphal | 1 | -4/+6 |
| 2025-04-16 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | Jakub Kicinski | 1 | -1/+1 |
| 2025-04-16 | ipv4: Use nlmsg_payload in ipmr file | Breno Leitao | 1 | -4/+4 |
| 2025-04-16 | ipv4: Use nlmsg_payload in route file | Breno Leitao | 1 | -2/+2 |
| 2025-04-16 | ipv4: Use nlmsg_payload in fib_frontend file | Breno Leitao | 1 | -2/+2 |
| 2025-04-16 | ipv4: Use nlmsg_payload in devinet file | Breno Leitao | 1 | -2/+2 |
| 2025-04-16 | ipv6: Use nlmsg_payload in route file | Breno Leitao | 1 | -2/+2 |
| 2025-04-16 | ipv6: Use nlmsg_payload in addrconf file | Breno Leitao | 1 | -2/+2 |
| 2025-04-16 | ipv6: Use nlmsg_payload in addrlabel file | Breno Leitao | 1 | -4/+4 |
| 2025-04-16 | net: don't try to ops lock uninitialized devs | Jakub Kicinski | 2 | -4/+3 |
| 2025-04-16 | net: dsa: avoid refcount warnings when ds->ops->tag_8021q_vlan_del() fails | Vladimir Oltean | 1 | -1/+1 |
| 2025-04-16 | net: dsa: free routing table on probe failure | Vladimir Oltean | 1 | -7/+14 |
| 2025-04-16 | net: dsa: clean up FDB, MDB, VLAN entries on unbind | Vladimir Oltean | 1 | -3/+35 |
| 2025-04-16 | net: bridge: switchdev: do not notify new brentries as changed | Jonas Gorski | 1 | -1/+3 |
| 2025-04-16 | Bluetooth: l2cap: Process valid commands in too long frame | Frédéric Danis | 1 | -1/+17 |
| 2025-04-15 | Merge tag 'linux-can-fixes-for-6.15-20250415' of git://git.kernel.org/pub/scm... | Jakub Kicinski | 1 | -0/+1 |
| 2025-04-15 | batman-adv: Fix double-hold of meshif when getting enabled | Sven Eckelmann | 1 | -1/+0 |
| 2025-04-15 | net: fib_rules: Fix iif / oif matching on L3 master device | Ido Schimmel | 2 | -9/+43 |
| 2025-04-15 | net: bridge: locally receive all multicast packets if IFF_ALLMULTI is set | Shengyu Qu | 1 | -1/+2 |
| 2025-04-15 | tc: Return an error if filters try to attach too many actions | Toke Høiland-Jørgensen | 1 | -2/+14 |
| 2025-04-15 | net: fib_rules: Use nlmsg_payload in fib_{new,del}rule() | Breno Leitao | 1 | -4/+6 |
| 2025-04-15 | net: fib_rules: Use nlmsg_payload in fib_valid_dumprule_req | Breno Leitao | 1 | -2/+2 |
| 2025-04-15 | mpls: Use nlmsg_payload in mpls_valid_getroute_req | Breno Leitao | 1 | -2/+2 |
| 2025-04-15 | ipv6: Use nlmsg_payload in inet6_rtm_valid_getaddr_req | Breno Leitao | 1 | -2/+2 |
| 2025-04-15 | ipv6: Use nlmsg_payload in inet6_valid_dump_ifaddr_req | Breno Leitao | 1 | -2/+2 |
| 2025-04-15 | mpls: Use nlmsg_payload in mpls_valid_fib_dump_req | Breno Leitao | 1 | -2/+2 |
| 2025-04-15 | rtnetlink: Use nlmsg_payload in valid_fdb_dump_strict | Breno Leitao | 1 | -2/+2 |
| 2025-04-15 | neighbour: Use nlmsg_payload in neigh_valid_get_req | Breno Leitao | 1 | -2/+2 |
| 2025-04-15 | neighbour: Use nlmsg_payload in neightbl_valid_dump_info | Breno Leitao | 1 | -2/+2 |
| 2025-04-15 | mptcp: add MPJoinRejected MIB counter | Matthieu Baerts (NGI0) | 4 | -1/+7 |
| 2025-04-15 | mptcp: pass right struct to subflow_hmac_valid | Matthieu Baerts (NGI0) | 1 | -7/+3 |
| 2025-04-15 | mptcp: pm: Return local variable instead of freed pointer | Thorsten Blum | 1 | -1/+4 |
| 2025-04-15 | mptcp: sched: split validation part | Geliang Tang | 2 | -2/+16 |
| 2025-04-15 | mptcp: sched: remove mptcp_sched_data | Matthieu Baerts (NGI0) | 1 | -11/+7 |
| 2025-04-15 | devlink: add value check to devlink_info_version_put() | Jedrzej Jagielski | 1 | -1/+1 |
| 2025-04-15 | net: ncsi: Fix GCPS 64-bit member variables | Hari Kalavakunta | 3 | -34/+31 |
| 2025-04-15 | tipc: Removing deprecated strncpy() | Kevin Paul Reddy Janagari | 2 | -2/+2 |
| 2025-04-15 | can: fix missing decrement of j1939_proto.inuse_idx | Davide Caratti | 1 | -0/+1 |
| 2025-04-14 | rxrpc: rxperf: Add test RxGK server keys | David Howells | 1 | -3/+65 |
| 2025-04-14 | rxrpc: Add more CHALLENGE/RESPONSE packet tracing | David Howells | 3 | -0/+8 |
| 2025-04-14 | rxrpc: Display security params in the afs_cb_call tracepoint | David Howells | 3 | -0/+23 |
| 2025-04-14 | rxrpc: Allow the app to store private data on peer structs | David Howells | 1 | -2/+2 |
| 2025-04-14 | rxrpc: rxgk: Implement connection rekeying | David Howells | 3 | -7/+157 |
| 2025-04-14 | rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI) | David Howells | 9 | -3/+1638 |
| 2025-04-14 | rxrpc: rxgk: Provide infrastructure and key derivation | David Howells | 5 | -1/+364 |
| 2025-04-14 | rxrpc: Add YFS RxGK (GSSAPI) security class | David Howells | 1 | -0/+185 |
| 2025-04-14 | rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE | David Howells | 14 | -151/+1011 |
| 2025-04-14 | rxrpc: Remove some socket lock acquire/release annotations | David Howells | 3 | -4/+5 |
| 2025-04-14 | rxrpc: Pull out certain app callback funcs into an ops table | David Howells | 4 | -35/+32 |
| 2025-04-14 | rxrpc: kdoc: Update function descriptions and add link from rxrpc.rst | David Howells | 6 | -16/+50 |
| 2025-04-14 | net: Remove ->exit_batch_rtnl(). | Kuniyuki Iwashima | 1 | -7/+1 |
| 2025-04-14 | bridge: Convert br_net_exit_batch_rtnl() to ->exit_rtnl(). | Kuniyuki Iwashima | 1 | -9/+8 |
| 2025-04-14 | xfrm: Convert xfrmi_exit_batch_rtnl() to ->exit_rtnl(). | Kuniyuki Iwashima | 1 | -19/+15 |
| 2025-04-14 | ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl(). | Kuniyuki Iwashima | 4 | -69/+27 |