summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-11-08ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()Ido Schimmel1-1/+1
2024-11-08mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala1-0/+10
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger1-0/+2
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger1-13/+13
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet1-2/+1
2024-10-17net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern1-2/+9
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva1-0/+2
2024-10-17mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima1-1/+1
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+17
2024-10-17net: rtnetlink: add msg kind namesNikolay Aleksandrov1-0/+7
2024-10-17net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-1/+5
2024-10-17net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+0
2024-10-17tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt1-2/+19
2024-10-17geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman1-2/+3
2024-10-17netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso1-0/+13
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz1-5/+0
2024-09-04net: busy-poll: use ktime_get_ns() instead of local_clock()Eric Dumazet1-1/+1
2024-09-04kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima1-0/+1
2024-08-19netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal1-2/+2
2024-08-19netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso1-2/+14
2024-08-19sctp: move hlist_node and hashent out of sctp_ep_commonXin Long2-6/+6
2024-08-19tcp: add tcp_done_with_error() helperEric Dumazet1-0/+1
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso1-0/+5
2024-07-05Fix race for duplicate reqsk on identical SYNluoxuanqiang1-1/+1
2024-07-05tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov3-1/+11
2024-07-05Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz1-4/+32
2024-07-05net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet1-2/+2
2024-07-05net: inline sock_prot_inuse_add()Eric Dumazet1-3/+11
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet2-11/+4
2024-06-16netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso1-10/+0
2024-06-16net: remove duplicate reuseport_lookup functionsLorenz Bauer2-6/+20
2024-06-16net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2-0/+12
2024-05-25tls: fix race between async notify and socket closeJakub Kicinski1-5/+0
2024-05-25tls: rx: simplify async waitJakub Kicinski1-1/+0
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey1-0/+3
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima1-0/+3
2024-04-27net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean1-0/+8
2024-04-27netfilter: flowtable: validate pppoe headerPablo Neira Ayuso1-1/+11
2024-04-27netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov3-0/+41
2024-04-17af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima1-1/+1
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc1-0/+4
2024-04-17geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet1-0/+33
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet2-0/+8
2024-04-10mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin1-0/+1
2024-03-06bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis1-0/+5
2024-03-06tls: rx: don't store the decryption status in socket contextJakub Kicinski2-1/+1
2024-03-06tls: rx: don't store the record type in socket contextJakub Kicinski2-7/+6
2024-03-06netfilter: let reset rules clean out conntrack entriesFlorian Westphal1-0/+8
2024-03-01netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso1-1/+1
2024-03-01netfilter: flowtable: simplify route logicPablo Neira Ayuso1-2/+2