summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipvs: fix the connection sync failed in some casesguodeqing2020-07-291-4/+8
* vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella2020-07-291-1/+1
* mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil2020-07-291-0/+26
* libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov2020-07-221-0/+1
* xprtrdma: fix incorrect header size calculationsColin Ian King2020-07-221-2/+2
* ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-223-5/+5
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-1/+1
* tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet2020-07-221-4/+1
* tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-222-7/+13
* tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-221-3/+5
* tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-07-222-2/+8
* tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-222-1/+4
* tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet2020-07-221-0/+2
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-2216-32/+41
* net_sched: fix a memory leak in atm_tc_init()Cong Wang2020-07-221-4/+4
* llc: make sure applications use ARPHRD_ETHEREric Dumazet2020-07-221-3/+7
* l2tp: remove skb_dst_set() from l2tp_xmit_skb()Xin Long2020-07-221-4/+1
* ipv6: Fix use of anycast address with loopbackDavid Ahern2020-07-221-1/+1
* ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern2020-07-221-1/+4
* ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-221-0/+3
* genetlink: remove genl_bindSean Tranchetti2020-07-221-49/+0
* bridge: mcast: Fix MLD2 Report IPv6 payload length checkLinus Lüssing2020-07-221-1/+1
* bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-161-1/+1
* netfilter: conntrack: refetch conntrack after nf_conntrack_update()Pablo Neira Ayuso2020-07-161-0/+2
* netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet2020-07-164-5/+5
* bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend2020-07-161-1/+9
* bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend2020-07-161-7/+6
* nl80211: don't return err unconditionally in nl80211_start_ap()Luca Coelho2020-07-161-1/+2
* net: qrtr: Fix an out of bounds read qrtr_endpoint_post()Dan Carpenter2020-07-161-1/+5
* rxrpc: Fix afs large storage transmission performance dropDavid Howells2020-07-091-1/+1
* rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells2020-07-091-18/+11
* xprtrdma: Fix handling of RDMA_ERROR repliesChuck Lever2020-06-301-6/+3
* SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever2020-06-301-0/+4
* sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin2020-06-301-0/+1
* netfilter: ipset: fix unaligned atomic accessRussell King2020-06-301-0/+2
* rxrpc: Fix handling of rwind from an ACK packetDavid Howells2020-06-301-4/+3
* xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen2020-06-301-1/+3
* net: sched: export __netdev_watchdog_up()Valentin Longchamp2020-06-301-0/+1
* tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-301-0/+2
* sch_cake: fix a few style nitsToke Høiland-Jørgensen2020-06-301-2/+2
* sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen2020-06-301-4/+9
* sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev2020-06-301-11/+30
* ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo2020-06-301-6/+8
* ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo2020-06-301-3/+6
* tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-301-2/+10
* tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov2020-06-301-3/+11
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-303-2/+7
* rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-301-0/+7
* openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi2020-06-301-2/+7
* net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-302-1/+3