summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2-6/+10
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel1-0/+2
2023-12-13tcp: fix mid stream window clamp.Paolo Abeni1-2/+7
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-20wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()Johannes Berg1-1/+1
2023-11-20netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden1-2/+1
2023-11-20inet: shrink struct flowi_commonEric Dumazet1-1/+1
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet1-1/+1
2023-11-20wifi: cfg80211: add flush functions for wiphy workJohannes Berg1-0/+21
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-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-20tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com1-0/+1
2023-10-20net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)1-0/+1
2023-10-10ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet1-23/+0
2023-10-10netlink: split up copies in the ack constructionJakub Kicinski1-0/+21
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-10neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet4-16/+16
2023-10-10neighbour: annotate lockless accesses to n->nud_stateEric 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: add a work abstraction with special semanticsJohannes Berg1-4/+91
2023-10-06netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal1-0/+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-10-06netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal1-0/+5
2023-10-06netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso1-95/+3
2023-10-06netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso1-1/+63
2023-09-19tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima1-0/+5
2023-09-19ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima1-6/+3
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-19ipv4: ignore dst hint for multipath routesSriram Yagnaraman1-0/+1
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-13mac80211: make ieee80211_tx_info padding explicitArnd Bergmann1-1/+3
2023-09-13lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai1-1/+4
2023-09-13tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-1/+0
2023-08-30wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih1-0/+1
2023-08-30bonding: fix macvlan over alb bond supportHangbin Liu1-10/+1
2023-08-30ipv4: fix data-races around inet->inet_idEric Dumazet2-3/+14
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski1-2/+2
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet1-3/+4
2023-08-23sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-0/+6