summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-29Revert "ipv6: grab rt->rt6i_ref before allocating pcpu rt"Greg Kroah-Hartman1-29/+29
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-25sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner1-1/+7
2017-12-25ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang1-29/+29
2017-12-25ip_gre: check packet length and mtu correctly in erspan txWilliam Tu1-4/+4
2017-12-20icmp: don't fail on fragment reassembly time exceededMatteo Croce1-3/+12
2017-12-20xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever1-1/+1
2017-12-20ipv4: ipv4_default_advmss() should use route mtuEric Dumazet1-1/+1
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-20SUNRPC: Fix a race in the receive code pathTrond Myklebust1-9/+19
2017-12-20kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker3-0/+4
2017-12-17fix kcm_clone()Al Viro1-44/+27
2017-12-17sctp: use right member as the param of list_for_each_entryXin Long1-3/+3
2017-12-17cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski1-8/+13
2017-12-17net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva1-1/+1
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn8-14/+167
2017-12-17net: ipv6: Fixup device for anycast routes during copyDavid Ahern1-1/+1
2017-12-17tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2-4/+6
2017-12-17net: sched: cbq: create block for q->link.blockJiri Pirko1-1/+8
2017-12-17tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet1-0/+1
2017-12-17tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala1-4/+0
2017-12-17tcp/dccp: block bh before arming time_wait timerEric Dumazet2-0/+12
2017-12-17tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet1-1/+0
2017-12-17net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet1-0/+5
2017-12-17packet: fix crash in fanout_demux_rollover()Mike Maloney2-23/+10
2017-12-17tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2-23/+46
2017-12-17sit: update frag_off infoHangbin Liu1-0/+1
2017-12-17rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge1-1/+1
2017-12-17tipc: 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-14tls: Use kzalloc for aead_request allocationIlya Lesokhin1-1/+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-14net/smc: use sk_rcvbuf as start for rmb creationUrsula Braun1-1/+1
2017-11-30NFC: fix device-allocation error returnJohan Hovold1-1/+1
2017-11-30svcrdma: Preserve CB send buffer across retransmitsChuck Lever1-1/+5
2017-11-30net/9p: Switch to wait_event_killable()Tuomas Tynkkynen3-11/+9
2017-11-309p: Fix missing commas in mount optionsTuomas Tynkkynen2-4/+4
2017-11-30libceph: don't WARN() if user tries to add invalid keyEric Biggers1-1/+3
2017-11-24net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman1-2/+3
2017-11-24af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2-6/+12
2017-11-11vlan: fix a use-after-free in vlan_device_event()Cong Wang1-3/+3
2017-11-11net: dsa: return after vlan prepare phaseVivien Didelot1-0/+2
2017-11-11net: dsa: return after mdb prepare phaseVivien Didelot1-0/+2