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