summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-312-10/+14
* rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen2020-07-311-1/+2
* ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun2020-07-311-5/+6
* AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter2020-07-311-1/+4
* rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-312-2/+2
* net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-312-2/+2
* net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang2020-07-311-1/+1
* dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-311-1/+1
* AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye2020-07-311-1/+2
* AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye2020-07-311-1/+3
* ipvs: fix the connection sync failed in some casesguodeqing2020-07-291-4/+8
* 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
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-1/+1
* tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-221-4/+6
* tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-222-1/+4
* net_sched: fix a memory leak in atm_tc_init()Cong Wang2020-07-221-4/+4
* 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: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-07-222-2/+8
* 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
* 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
* 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
* ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo2020-06-301-3/+6
* tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-301-0/+2
* ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo2020-06-301-6/+8
* tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-301-2/+10
* 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: 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
* 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-202-9/+15
* sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown2020-06-201-2/+4
* netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supportedPablo Neira Ayuso2020-06-201-2/+2
* Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao2020-06-201-0/+1
* ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu2020-06-201-6/+7
* l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet2020-06-111-0/+2
* vsock: fix timeout in vsock_accept()Stefano Garzarella2020-06-111-1/+1