summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-12net/sched: act_police: allow 'continue' action offloadVlad Buslov1-1/+1
2022-07-12net/sched: act_police: Add extack messages for offload failureIdo Schimmel1-3/+14
2022-07-12net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel16-24/+44
2022-07-12mptcp: fix local endpoint accountingPaolo Abeni1-1/+2
2022-07-12mptcp: Acquire the subflow socket lock before modifying MP_PRIO flagsMat Martineau3-3/+12
2022-07-12mptcp: Avoid acquiring PM lock for subflow priority changesMat Martineau2-6/+5
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: fix lockdep splat in in6_dump_addrs()Eric Dumazet1-2/+2
2022-07-07ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou1-5/+3
2022-07-07tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet1-1/+1
2022-07-07tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet1-1/+5
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-07mptcp: fix race on unaccepted mptcp socketsPaolo Abeni3-0/+59
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-29sock: redo the psock vs ULP protection checkJakub Kicinski3-3/+7
2022-06-29Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski1-3/+0
2022-06-29netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal1-4/+15
2022-06-29netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal1-4/+10
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-29ethtool: Fix get module eeprom fallbackIvan Vecera1-1/+1
2022-06-29tipc: fix use-after-free Read in tipc_named_reinitHoang Le1-2/+1
2022-06-29net: fix data-race in dev_isalive()Eric Dumazet2-10/+16
2022-06-29bpf: Fix request_sock leak in sk lookup helpersJon Maxwell1-6/+28
2022-06-29xsk: Fix generic transmit when completion queue reservation failsCiara Loftus1-7/+9
2022-06-29netfilter: use get_random_u32 instead of prandomFlorian Westphal2-20/+5
2022-06-29ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti1-3/+7
2022-06-29net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden1-1/+1
2022-06-22net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou1-5/+28
2022-06-22net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp34-65/+54
2022-06-22sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew1-0/+1
2022-06-22ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen1-2/+3
2022-06-22ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen1-3/+3
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet1-4/+7
2022-06-14net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2-1/+9
2022-06-14net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann1-1/+1
2022-06-14Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek1-4/+6
2022-06-14net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer1-0/+1
2022-06-14tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song1-4/+6
2022-06-14ip_gre: test csum_start instead of transport headerWillem de Bruijn1-6/+5