summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2023-11-28net: sched: do not offload flows with a helper in act_ctXin Long
2023-11-28netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-11-28net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet
2023-11-20net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov
2023-11-20inet: shrink struct flowi_commonEric Dumazet
2023-11-20Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan
2023-11-20Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu
2023-11-20Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-11-20udplite: fix various data-racesEric Dumazet
2023-11-20udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet
2023-11-20wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()Johannes Berg
2023-11-20wifi: cfg80211: add flush functions for wiphy workJohannes Berg
2023-11-02netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso
2023-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook
2023-10-25tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-25Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz
2023-10-25ipv4/fib: send notify when delete source address routesHangbin Liu
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet
2023-10-25Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz
2023-10-19net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)
2023-10-10net: mana: Fix oversized sge0 for GSO packetsHaiyang Zhang
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-10neighbour: fix data-races around n->outputEric Dumazet
2023-10-10wifi: cfg80211: add missing kernel-doc for cqm_rssi_workJohannes Berg
2023-10-10wifi: cfg80211: fix cqm_config access raceJohannes Berg
2023-10-10wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connectionWen Gong
2023-10-06netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal
2023-10-06netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso
2023-09-19tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima
2023-09-19ipv6: fix ip6_sock_set_addr_preferences() typoEric Dumazet
2023-09-19ip_tunnels: use DEV_STATS_INC()Eric Dumazet
2023-09-19af_unix: Fix msg_controllen test in scm_pidfd_recv() for MSG_CMSG_COMPAT.Kuniyuki Iwashima
2023-09-19ipv4: ignore dst hint for multipath routesSriram Yagnaraman
2023-09-19net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-09-19net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-09-19net: fib: avoid warn splat in flow dissectorFlorian Westphal
2023-09-13Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz
2023-09-13Bluetooth: msft: Extended monitor tracking by address filterHilda Wu
2023-09-13Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu
2023-09-13Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz
2023-09-13mac80211: make ieee80211_tx_info padding explicitArnd Bergmann
2023-09-13lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-09-13Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz
2023-09-13Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen
2023-09-13Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu
2023-09-13tcp: tcp_enter_quickack_mode() should be staticEric Dumazet