summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2018-09-262-10/+16
* xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-09-261-1/+4
* tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-262-4/+1
* erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan2018-09-261-0/+2
* erspan: fix error handling for erspan tunnelHaishuang Yan2018-09-261-0/+3
* net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg2018-09-261-0/+6
* tipc: orphan sock in tipc_release()Cong Wang2018-09-261-0/+1
* rds: fix two RCU related problemsCong Wang2018-09-261-1/+4
* net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata2018-09-191-4/+7
* Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann2018-09-191-1/+1
* mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach2018-09-191-0/+1
* RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-09-151-0/+1
* net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker2018-09-151-1/+2
* net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli2018-09-151-5/+5
* tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-09-152-1/+2
* netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal2018-09-152-25/+30
* netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko2018-09-151-6/+1
* ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu2018-09-151-4/+11
* netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal2018-09-151-1/+11
* net/xdp: Fix suspicious RCU usage warningTariq Toukan2018-09-151-11/+3
* tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann2018-09-151-0/+2
* sunrpc: Don't use stack buffer with scatterlistLaura Abbott2018-09-151-3/+9
* sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2018-09-152-11/+15
* ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan2018-09-151-1/+2
* ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan2018-09-151-0/+2
* net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern2018-09-151-0/+2
* net/ipv6: Only update MTU metric if it setDavid Ahern2018-09-151-1/+4
* net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu2018-09-151-1/+1
* ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev2018-09-151-1/+0
* erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2018-09-152-0/+4
* sctp: remove useless start_fail from sctp_ht_iter in procXin Long2018-09-151-4/+0
* tipc: fix the big/little endian issue in tipc_destHaiqing Bai2018-09-152-13/+6
* tipc: fix a missing rhashtable_walk_exit()Cong Wang2018-09-151-0/+2
* net/sched: act_pedit: fix dump of extended layered opDavide Caratti2018-09-151-5/+13
* net: sched: action_ife: take reference to meta moduleVlad Buslov2018-09-151-1/+15
* act_ife: fix a potential deadlockCong Wang2018-09-151-13/+21
* act_ife: move tcfa_lock down to where necessaryCong Wang2018-09-151-23/+13
* vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev2018-09-151-1/+1
* tcp: do not restart timewait timer on rst receptionFlorian Westphal2018-09-151-1/+2
* net: sched: Fix memory exposure from short TCA_U32_SELKees Cook2018-09-151-2/+8
* ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet2018-09-151-0/+6
* act_ife: fix a potential use-after-freeCong Wang2018-09-151-1/+1
* NFSv4 client live hangs after live data migration recoveryBill Baker2018-09-091-8/+20
* net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli2018-09-091-0/+2
* net/9p/client.c: version pointer uninitializedTomas Bortoli2018-09-091-1/+1
* 9p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen2018-09-091-1/+2
* 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-09-094-1/+13
* 9p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote2018-09-091-0/+7
* net: mac802154: tx: expand tailroom if necessaryAlexander Aring2018-09-091-1/+14
* net: 6lowpan: fix reserved space for single framesAlexander Aring2018-09-091-3/+18