summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-11-08mac80211: always have ieee80211_sta_restart()Johannes Berg1-1/+1
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau1-1/+2
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso1-0/+3
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin1-0/+4
2024-11-08net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long1-1/+12
2024-11-08net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela1-1/+1
2024-11-08mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala3-3/+45
2024-11-08mac80211: do drv_reconfig_complete() before restarting allJohannes Berg1-7/+7
2024-11-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau1-17/+25
2024-11-08mac80211: MAC80211_MESSAGE_TRACING should depend on TRACINGGeert Uytterhoeven1-1/+1
2024-11-08xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca1-1/+5
2024-11-08net: sched: fix use-after-free in taprio_change()Dmitry Antipov1-1/+2
2024-11-08xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger3-0/+20
2024-11-08xfrm: extract dst lookup parameters into a structEyal Birger4-52/+60
2024-11-08Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin1-2/+1
2024-11-08genetlink: hold RCU in genlmsg_mcast()Eric Dumazet3-22/+18
2024-11-08net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing1-1/+1
2024-11-08ipv4: give an IPv4 dev to blackhole_netdevXin Long1-10/+25
2024-10-22tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni1-1/+1
2024-10-22mptcp: handle consistently DSS corruptionPaolo Abeni4-4/+22
2024-10-22mptcp: track and update contiguous data statusGeliang Tang3-1/+7
2024-10-22Bluetooth: Remove debugfs directory on module init failureAaron Thompson1-0/+1
2024-10-22wifi: mac80211: fix potential key use-after-freeJohannes Berg2-1/+4
2024-10-17netfilter: ip6t_rpfilter: Fix regression with VRF interfacesPhil Sutter1-1/+3
2024-10-17net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer1-0/+1
2024-10-17net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2-6/+7
2024-10-17xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern1-1/+3
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva1-1/+2
2024-10-17netfilter: fib: check correct rtable in vrf setupsFlorian Westphal2-5/+4
2024-10-17netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault4-0/+5
2024-10-17netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter4-11/+7
2024-10-17net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern9-57/+28
2024-10-17sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long1-5/+13
2024-10-17net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+6
2024-10-17Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
2024-10-17netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5
2024-10-17tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell1-0/+13
2024-10-17tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell1-2/+16
2024-10-17tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing1-0/+3
2024-10-17ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel1-1/+1
2024-10-17ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima1-4/+2
2024-10-17tipc: guard against string buffer overrunSimon Horman1-2/+6
2024-10-17net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov1-1/+3
2024-10-17Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-32/+20
2024-10-17sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long1-1/+3
2024-10-17ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov1-3/+3
2024-10-17net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-10-17net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
2024-10-17netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet2-4/+10
2024-10-17mptcp: fix sometimes-uninitialized warningMatthieu Baerts (NGI0)1-1/+1