summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-25tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran1-1/+1
2017-12-25net: ipv6: send NS for DAD when link operationally upMike Manning1-6/+6
2017-12-25netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang1-2/+7
2017-12-25net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland1-1/+1
2017-12-25netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng1-18/+1
2017-12-25netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang1-96/+81
2017-12-25net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck1-2/+4
2017-12-25inet: frag: release spinlock before calling icmp_send()Eric Dumazet1-8/+17
2017-12-25tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue1-1/+6
2017-12-25netfilter: nfnl_cthelper: Fix memory leakJeffy Chen1-3/+9
2017-12-25netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso1-2/+84
2017-12-25sctp: out_qlen should be updated when pruning unsent queueXin Long1-6/+5
2017-12-25sch_dsmark: fix invalid skb_cow() usageEric Dumazet1-2/+8
2017-12-25vsock: cancel packets when failing to connectPeng Tao1-0/+14
2017-12-25vsock: track pkt owner vsockPeng Tao1-0/+7
2017-12-25crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu1-0/+41
2017-12-20icmp: don't fail on fragment reassembly time exceededMatteo Croce1-3/+12
2017-12-20l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby2-2/+2
2017-12-20netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya1-0/+4
2017-12-20rxrpc: Ignore BUSY packets on old callsDavid Howells1-0/+4
2017-12-20net: mpls: Fix nexthop alive tracking on down eventsDavid Ahern1-3/+10
2017-12-20net: Resend IGMP memberships upon peer notification.Vlad Yasevich1-0/+1
2017-12-20netfilter: bridge: honor frag_max_size when refragmentingFlorian Westphal1-5/+7
2017-12-20rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells1-3/+12
2017-12-20net: initialize msg.msg_flags in recvfromAlexander Potapenko1-0/+1
2017-12-20mac80211: Fix addition of mesh configuration elementIlan peer1-2/+0
2017-12-16fix kcm_clone()Al Viro1-46/+25
2017-12-16Fix handling of verdicts after NF_QUEUEDebabrata Banerjee1-0/+5
2017-12-16tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala1-4/+0
2017-12-16tcp/dccp: block bh before arming time_wait timerEric Dumazet2-0/+12
2017-12-16net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet1-0/+5
2017-12-16packet: fix crash in fanout_demux_rollover()Mike Maloney2-23/+10
2017-12-16sit: update frag_off infoHangbin Liu1-0/+1
2017-12-16rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge1-1/+1
2017-12-16tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy1-0/+1
2017-12-14xfrm: Copy policy family in clone_policyHerbert Xu1-0/+1
2017-12-14sctp: use the right sk after waking up from wait_buf sleepXin Long1-10/+11
2017-12-14sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long1-3/+14
2017-12-14sunrpc: Fix rpc_task_begin trace pointChuck Lever1-2/+1
2017-12-14route: update fnhe_expires for redirect when the fnhe existsXin Long1-3/+2
2017-12-14route: also update fnhe_genid when updating a route cacheXin Long1-2/+7
2017-12-14gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev1-1/+1
2017-12-14netfilter: don't track fragmented packetsFlorian Westphal2-5/+4
2017-12-14ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong1-5/+5
2017-12-14rds: tcp: Sequence teardown of listen and acceptor sockets to avoid racesSowmini Varadhan3-8/+18
2017-12-14vti6: Don't report path MTU below IPV6_MIN_MTU.Steffen Klassert1-2/+6
2017-12-09tcp: correct memory barrier usage in tcp_check_space()Jason Baron1-1/+1
2017-12-09tipc: fix cleanup at module unloadParthasarathy Bhuvaragan1-3/+1
2017-12-09tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan1-11/+5
2017-12-09mac80211: don't try to sleep in rate_control_rate_init()Johannes Berg1-2/+0