aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-01-04bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egressAlexandre Knecht1-4/+7
2026-01-02bpf: xfrm: drop dead NULL check in bpf_xdp_get_xfrm_state()Puranjay Mohan1-1/+1
2026-01-02bpf: net: netfilter: drop dead NULL checksPuranjay Mohan1-10/+4
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan6-18/+18
2026-01-02netfilter: nf_conncount: update last_gc only when GC has been performedFernando Fernandez Mancera1-1/+1
2026-01-02netfilter: nf_tables: fix memory leak in nf_tables_newrule()Zilin Guan1-1/+2
2026-01-01netfilter: replace -EEXIST with -EBUSYDaniel Gomez3-4/+4
2026-01-01netfilter: nft_synproxy: avoid possible data-race on update operationFernando Fernandez Mancera1-3/+3
2026-01-01netfilter: nft_set_pipapo: fix range overlap detectionFlorian Westphal1-2/+2
2025-12-31net: qrtr: Drop the MHI auto_queue feature for IPCR DL channelsManivannan Sadhasivam1-11/+58
2025-12-30Merge tag 'net-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds25-99/+155
2025-12-30ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RTJiayuan Chen1-1/+12
2025-12-30net: rose: fix invalid array index in rose_kill_by_device()Pwnverse1-1/+1
2025-12-30net: fib: restore ECMP balance from loopbackVadim Fedorenko1-16/+10
2025-12-30ipv4: Fix reference count leak when using error routes with nexthop objectsIdo Schimmel1-3/+4
2025-12-29ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()Will Rosenberg1-1/+2
2025-12-29Merge tag 'wireless-2025-12-17' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessPaolo Abeni6-13/+14
2025-12-28af_unix: don't post cmsg for SO_INQ unless explicitly asked forJens Axboe1-3/+8
2025-12-28net: avoid prefetching NULL pointersEric Dumazet1-3/+5
2025-12-28net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group structBagas Sanjaya1-0/+1
2025-12-28net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_writeDeepanshu Kartikey1-2/+7
2025-12-24Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-3/+7
2025-12-23Merge tag 'for-net-2025-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothPaolo Abeni1-0/+6
2025-12-23net: dsa: fix missing put_device() in dsa_tree_find_first_conduit()Vladimir Oltean1-7/+1
2025-12-23net: dsa: properly keep track of conduit referenceVladimir Oltean1-25/+34
2025-12-23erspan: Initialize options_len before referencing options.Frode Nordahl2-4/+8
2025-12-23mptcp: ensure context reset on disconnect()Paolo Abeni2-4/+7
2025-12-23mptcp: fallback earlier on simult connectionPaolo Abeni3-10/+12
2025-12-22net/handshake: Fix null-ptr-deref in handshake_complete()Wang Liang1-1/+2
2025-12-22ip6_gre: make ip6gre_header() robustEric Dumazet1-1/+8
2025-12-22net: openvswitch: Avoid needlessly taking the RTNL on vport destroyToke Høiland-Jørgensen1-4/+13
2025-12-19Bluetooth: MGMT: report BIS capability flags in supported settingsPauli Virtanen1-0/+6
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds25-87/+251
2025-12-18Merge tag 'linux-can-fixes-for-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canPaolo Abeni2-0/+8
2025-12-18net/sched: act_mirred: fix loop detectionJamal Hadi Salim1-0/+9
2025-12-18sctp: Clear inet_opt in sctp_v6_copy_ip_options().Kuniyuki Iwashima1-0/+2
2025-12-18sctp: Fetch inet6_sk() after setting ->pinet6 in sctp_clone_sock().Kuniyuki Iwashima1-3/+4
2025-12-18net/handshake: duplicate handshake cancellations leak socketScott Mayhew1-1/+5
2025-12-18Merge tag 'nf-25-12-16' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni2-30/+68
2025-12-18ethtool: Avoid overflowing userspace buffer on stats queryGal Pressman1-6/+24
2025-12-17can: j1939: make j1939_sk_bind() fail if device is no longer registeredTetsuo Handa1-0/+6
2025-12-17can: j1939: make j1939_session_activate() fail if device is no longer registeredTetsuo Handa1-0/+2
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-2/+2
2025-12-16audit: add audit_log_nf_skb helper functionRicardo Robaina2-114/+2
2025-12-16wifi: mac80211: ocb: skip rx_no_sta when interface is not joinedMoon Hee Lee1-0/+3
2025-12-16wifi: mac80211: do not use old MBSSID elementsAloka Dixit1-10/+0
2025-12-16wifi: mac80211: don't WARN for connections on invalid channelsJohannes Berg1-1/+4
2025-12-16wifi: cfg80211: sme: store capped length in __cfg80211_connect_result()Dan Carpenter1-1/+1
2025-12-16wifi: mac80211: fix list iteration in ieee80211_add_virtual_monitor()Dmitry Antipov1-1/+1
2025-12-16wifi: mac80211: Discard Beacon frames to non-broadcast addressJouni Malinen1-0/+5