summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya2017-12-201-0/+4
* SUNRPC: Fix a race in the receive code pathTrond Myklebust2017-12-201-9/+19
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-203-0/+4
* fix kcm_clone()Al Viro2017-12-171-44/+27
* sctp: use right member as the param of list_for_each_entryXin Long2017-12-171-3/+3
* cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski2017-12-171-8/+13
* net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva2017-12-171-1/+1
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-12-178-14/+167
* net: ipv6: Fixup device for anycast routes during copyDavid Ahern2017-12-171-1/+1
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-12-172-4/+6
* net: sched: cbq: create block for q->link.blockJiri Pirko2017-12-171-1/+8
* tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet2017-12-171-0/+1
* tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-171-4/+0
* tcp/dccp: block bh before arming time_wait timerEric Dumazet2017-12-172-0/+12
* tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet2017-12-171-1/+0
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-12-171-0/+5
* packet: fix crash in fanout_demux_rollover()Mike Maloney2017-12-172-23/+10
* tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-172-23/+46
* sit: update frag_off infoHangbin Liu2017-12-171-0/+1
* rds: Fix NULL pointer dereference in __rds_rdma_mapHåkon Bugge2017-12-171-1/+1
* tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-171-0/+1
* xfrm: Copy policy family in clone_policyHerbert Xu2017-12-141-0/+1
* tls: Use kzalloc for aead_request allocationIlya Lesokhin2017-12-141-1/+1
* sctp: use the right sk after waking up from wait_buf sleepXin Long2017-12-141-10/+11
* sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long2017-12-141-3/+14
* sunrpc: Fix rpc_task_begin trace pointChuck Lever2017-12-141-2/+1
* route: update fnhe_expires for redirect when the fnhe existsXin Long2017-12-141-3/+2
* route: also update fnhe_genid when updating a route cacheXin Long2017-12-141-2/+7
* gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev2017-12-141-1/+1
* net/smc: use sk_rcvbuf as start for rmb creationUrsula Braun2017-12-141-1/+1
* NFC: fix device-allocation error returnJohan Hovold2017-11-301-1/+1
* svcrdma: Preserve CB send buffer across retransmitsChuck Lever2017-11-301-1/+5
* net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2017-11-303-11/+9
* 9p: Fix missing commas in mount optionsTuomas Tynkkynen2017-11-302-4/+4
* libceph: don't WARN() if user tries to add invalid keyEric Biggers2017-11-301-1/+3
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2017-11-241-2/+3
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-242-6/+12
* vlan: fix a use-after-free in vlan_device_event()Cong Wang2017-11-111-3/+3
* net: dsa: return after vlan prepare phaseVivien Didelot2017-11-111-0/+2
* net: dsa: return after mdb prepare phaseVivien Didelot2017-11-111-0/+2
* tcp: fix tcp_fastretrans_alert warningYuchung Cheng2017-11-101-2/+1
* tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet2017-11-101-2/+10
* rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge2017-11-101-5/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-092-38/+37
|\
| * xfrm: Fix stack-out-of-bounds read in xfrm_state_find.Steffen Klassert2017-11-031-18/+11
| * xfrm: do unconditional template resolution before pcpu cache checkFlorian Westphal2017-11-031-18/+24
| * xfrm: defer daddr pointer assignment after spi parsingFlorian Westphal2017-11-021-2/+2
* | cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-1/+7
* | cls_tcindex: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-7/+26
* | cls_rsvp: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+12