summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-28netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso1-0/+3
2023-06-28netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso1-0/+2
2023-06-28netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso1-1/+20
2023-06-28xfrm: Treat already-verified secpath entries as optionalBenedict Wong1-0/+1
2023-06-28ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLANMatthias May1-4/+8
2023-06-21neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-2/+0
2023-06-21net: Remove DECnet leftovers from flow.h.Guillaume Nault1-26/+0
2023-06-21net: Remove unused inline function dst_hold_and_use()Gaosheng Cui1-6/+0
2023-06-21neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui1-5/+0
2023-06-21netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso1-1/+3
2023-06-21Remove DECnet support from kernelStephen Hemminger7-940/+0
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-0/+2
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet1-5/+13
2023-06-14ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-3/+0
2023-06-14net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet1-1/+1
2023-06-14neighbour: fix unaligned access to pneigh_entryQingfang DENG1-1/+1
2023-06-14bonding (gcc13): synchronize bond_{a,t}lb_xmit() typesJiri Slaby (SUSE)1-2/+2
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+4
2023-06-05ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel1-0/+2
2023-06-05page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin1-18/+0
2023-06-05net: page_pool: use in_softirq() insteadQingfang DENG1-2/+2
2023-06-05xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen1-0/+3
2023-06-05bonding: fix send_peer_notif overflowHangbin Liu1-1/+1
2023-06-05Bonding: add arp_missed_max optionHangbin Liu2-0/+2
2023-06-05net: dsa: introduce helpers for iterating through ports using dpVladimir Oltean1-0/+28
2023-05-30net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo1-0/+1
2023-05-24ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman1-2/+4
2023-05-24net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima1-1/+1
2023-05-11netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso1-0/+1
2023-05-11xsk: Fix unaligned descriptor validationKal Conley1-7/+2
2023-05-11scm: fix MSG_CTRUNC setting condition for SO_PASSSECAlexander Mikhalitsyn1-1/+12
2023-04-26tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima3-9/+2
2023-04-26udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima1-0/+1
2023-04-26netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso1-0/+4
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal1-0/+7
2023-03-11net/sched: transition act_pedit to rcu and percpu statsPedro Tammela1-15/+66
2023-03-11sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long1-0/+1
2023-03-10net: add sock_init_data_uid()Pietro Borrello1-1/+6
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-0/+13
2023-02-01l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki1-1/+1
2023-02-01net/sched: sch_taprio: fix possible use-after-freeEric Dumazet1-0/+7
2023-01-12netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso1-1/+12
2023-01-12netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso1-0/+12
2023-01-12mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts1-2/+10
2022-12-31mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-0/+1
2022-12-31net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-3/+2
2022-12-31bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang1-2/+2
2022-12-31soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima1-0/+2
2022-12-08sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao1-0/+2
2022-11-26net: use struct_group to copy ip/ipv6 header addressesHangbin Liu2-2/+2