summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell1-1/+1
2024-01-10bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend1-0/+5
2024-01-10net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-13/+17
2024-01-10net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov1-0/+10
2024-01-10netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso1-0/+1
2024-01-10net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey1-1/+1
2024-01-10netfilter: flowtable: cache info of last offloadVlad Buslov1-3/+4
2024-01-10netfilter: flowtable: allow unidirectional rulesVlad Buslov1-0/+1
2024-01-10bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend1-0/+1
2024-01-10udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet1-6/+3
2024-01-10ipv4, ipv6: Use splice_eof() to flushDavid Howells3-0/+3
2024-01-10splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-0/+1
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet2-8/+11
2024-01-10netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso1-1/+1
2024-01-10netfilter: use skb_ip_totlen and iph_totlenXin Long1-2/+2
2024-01-01Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao1-0/+5
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