summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell2018-01-051-0/+1
* tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell2018-01-051-0/+4
* tcp: invalidate rate samples during SACK renegingYousuk Seung2018-01-023-5/+16
* sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2018-01-021-1/+5
* net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2018-01-021-1/+1
* net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov2018-01-021-5/+6
* ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2018-01-021-2/+7
* adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov2018-01-021-1/+1
* sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2018-01-021-2/+2
* net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2018-01-021-5/+10
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-01-022-2/+2
* tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell2018-01-021-2/+5
* RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka2018-01-021-0/+3
* net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2018-01-023-3/+11
* netlink: Add netns check on tapsKevin Cernekee2018-01-021-0/+3
* net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2018-01-021-1/+19
* ipv6: mcast: better catch silly mtu valuesEric Dumazet2018-01-021-10/+15
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-023-12/+18
* tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran2017-12-251-1/+1
* net: ipv6: send NS for DAD when link operationally upMike Manning2017-12-251-6/+6
* netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang2017-12-251-2/+7
* net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland2017-12-251-1/+1
* netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-12-251-18/+1
* netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang2017-12-251-96/+81
* net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck2017-12-251-2/+4
* inet: frag: release spinlock before calling icmp_send()Eric Dumazet2017-12-251-8/+17
* tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue2017-12-251-1/+6
* netfilter: nfnl_cthelper: Fix memory leakJeffy Chen2017-12-251-3/+9
* netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso2017-12-251-2/+84
* sctp: out_qlen should be updated when pruning unsent queueXin Long2017-12-251-6/+5
* sch_dsmark: fix invalid skb_cow() usageEric Dumazet2017-12-251-2/+8
* vsock: cancel packets when failing to connectPeng Tao2017-12-251-0/+14
* vsock: track pkt owner vsockPeng Tao2017-12-251-0/+7
* crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu2017-12-251-0/+41
* icmp: don't fail on fragment reassembly time exceededMatteo Croce2017-12-201-3/+12
* l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby2017-12-202-2/+2
* netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya2017-12-201-0/+4
* rxrpc: Ignore BUSY packets on old callsDavid Howells2017-12-201-0/+4
* net: mpls: Fix nexthop alive tracking on down eventsDavid Ahern2017-12-201-3/+10
* net: Resend IGMP memberships upon peer notification.Vlad Yasevich2017-12-201-0/+1
* netfilter: bridge: honor frag_max_size when refragmentingFlorian Westphal2017-12-201-5/+7
* rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells2017-12-201-3/+12
* net: initialize msg.msg_flags in recvfromAlexander Potapenko2017-12-201-0/+1
* mac80211: Fix addition of mesh configuration elementIlan peer2017-12-201-2/+0
* fix kcm_clone()Al Viro2017-12-161-46/+25
* Fix handling of verdicts after NF_QUEUEDebabrata Banerjee2017-12-161-0/+5
* tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-161-4/+0
* tcp/dccp: block bh before arming time_wait timerEric Dumazet2017-12-162-0/+12
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-12-161-0/+5
* packet: fix crash in fanout_demux_rollover()Mike Maloney2017-12-162-23/+10