summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2024-01-10net: constify sk_dst_get() and __sk_dst_get() argumentEric Dumazet
2024-01-10tcp: derive delack_max from rto_minEric Dumazet
2024-01-10xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar
2024-01-10netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso
2024-01-01Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao
2024-01-01net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2024-01-01Bluetooth: hci_core: Fix hci_conn_hash_lookup_cisLuiz Augusto von Dentz
2024-01-01bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend
2023-12-20net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel
2023-12-13tcp: fix mid stream window clamp.Paolo Abeni
2023-12-08bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2023-12-08neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva
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-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-10-25netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso
2023-10-17Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-10-17tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-16Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-10-13Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-10net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)
2023-10-05net: mana: Fix oversized sge0 for GSO packetsHaiyang Zhang
2023-10-04tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-04page_pool: fix documentation typosRandy Dunlap
2023-10-04Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-10-03ipv4/fib: send notify when delete source address routesHangbin Liu
2023-10-01neighbour: fix data-races around n->outputEric Dumazet
2023-10-01Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2023-09-20Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz
2023-09-20netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal
2023-09-15Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller
2023-09-13wifi: cfg80211: add missing kernel-doc for cqm_rssi_workJohannes Berg
2023-09-13xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima
2023-09-12ipv6: fix ip6_sock_set_addr_preferences() typoEric Dumazet
2023-09-11wifi: cfg80211: fix cqm_config access raceJohannes Berg
2023-09-11wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connectionWen Gong