summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-29docs: net: explain struct net_device lifetimeJakub Kicinski1-1/+1
2022-07-21net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua1-0/+1
2022-07-21netfilter: br_netfilter: do not skip all hooks with 0 priorityFlorian Westphal1-3/+18
2022-07-21net/tls: Check for errors in tls_device_initTariq Toukan2-3/+8
2022-07-21seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer1-1/+0
2022-07-21seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer1-2/+0
2022-07-21seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer1-1/+4
2022-07-21nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima3-4/+5
2022-07-21ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima1-2/+2
2022-07-21icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima1-1/+1
2022-07-21icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima1-1/+2
2022-07-21ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima1-1/+1
2022-07-21icmp: Fix data-races around sysctl.Kuniyuki Iwashima1-2/+3
2022-07-21cipso: Fix data-races around sysctl.Kuniyuki Iwashima1-5/+7
2022-07-21inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima1-4/+8
2022-07-21tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima1-1/+2
2022-07-21wifi: mac80211: fix queue selection for mesh/OCB interfacesFelix Fietkau1-2/+2
2022-07-21ip: fix dflt addr selection for connected nexthopNicolas Dichtel1-1/+1
2022-07-12xsk: Clear page contiguity bit when unmapping poolIvan Malov1-0/+1
2022-07-12netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso1-1/+8
2022-07-12netfilter: nft_set_pipapo: release elements in clone from abort pathPablo Neira Ayuso1-15/+33
2022-07-12net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou1-2/+2
2022-07-12can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp1-4/+14
2022-07-07ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou1-5/+3
2022-07-07sit: use minkernel test robot1-1/+1
2022-07-07tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet1-1/+3
2022-07-07tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet1-1/+1
2022-07-07tipc: move bc link creation back to tipc_node_createXin Long1-19/+22
2022-07-07net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira1-8/+14
2022-07-07netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso1-0/+2
2022-07-07net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing1-1/+0
2022-07-07net: rose: fix UAF bugs caused by timer handlerDuoming Zhou1-15/+19
2022-07-07SUNRPC: Fix READ_PLUS crasherChuck Lever1-1/+1
2022-07-07ipv6: take care of disable_policy when restoring routesNicolas Dichtel2-5/+8
2022-06-29Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski1-3/+0
2022-06-29net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan1-0/+3
2022-06-29erspan: do not assume transport header is always setEric Dumazet2-10/+20
2022-06-29net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye1-2/+2
2022-06-29tipc: fix use-after-free Read in tipc_named_reinitHoang Le1-2/+1
2022-06-29tipc: simplify the finalize work queueXin Long6-23/+14
2022-06-29bpf: Fix request_sock leak in sk lookup helpersJon Maxwell1-6/+28
2022-06-29netfilter: use get_random_u32 instead of prandomFlorian Westphal2-20/+5
2022-06-29netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso18-83/+91
2022-06-29netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso22-130/+127
2022-06-29net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden1-1/+1
2022-06-25tcp: drop the hash_32() part from the index calculationWilly Tarreau1-1/+1
2022-06-25tcp: increase source port perturb table to 2^16Willy Tarreau1-4/+5
2022-06-25tcp: dynamically allocate the perturb table used by source portsWilly Tarreau1-2/+10
2022-06-25tcp: add small random increments to the source portWilly Tarreau1-4/+5
2022-06-25tcp: use different parts of the port_offset for index and offsetWilly Tarreau1-1/+1