summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipvs: fix the connection sync failed in some casesguodeqing2020-07-291-4/+8
* tipc: clean up skb list lock handling on send pathJon Maloy2020-07-295-21/+22
* 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
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-2212-23/+26
* 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
* 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
* ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-221-0/+3
* genetlink: remove genl_bindSean Tranchetti2020-07-221-49/+0
* bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-161-1/+1
* net: qrtr: Fix an out of bounds read qrtr_endpoint_post()Dan Carpenter2020-07-161-1/+5
* 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: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-301-0/+2
* net: Fix the arp error in some casesguodeqing2020-06-301-1/+1
* sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen2020-06-301-4/+9
* 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 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
* net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-302-1/+3
* net: place xmit recursion in softnet dataFlorian Westphal2020-06-302-10/+6
* net: fix memleak in register_netdevice()Yang Yingliang2020-06-301-0/+7
* net: bridge: enfore alignment for ethernet addressThomas Martitz2020-06-301-1/+1
* mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai2020-06-301-0/+1
* net: sched: export __netdev_watchdog_up()Valentin Longchamp2020-06-301-0/+1
* net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish2020-06-251-22/+18
* sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner2020-06-251-1/+1
* xdp: Fix xsk_generic_xmit errnoLi RongQing2020-06-251-3/+1
* net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu2020-06-251-7/+9
* rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells2020-06-251-3/+3
* net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev2020-06-251-2/+2
* sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-06-222-9/+15
* sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown2020-06-221-2/+4