summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-09-15RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2018-09-15net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker1-1/+2
2018-09-15net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli1-5/+5
2018-09-15tcp, ulp: add alias for all ulp modulesDaniel Borkmann2-1/+2
2018-09-15netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal2-25/+30
2018-09-15netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko1-6/+1
2018-09-15ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu1-4/+11
2018-09-15netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal1-1/+11
2018-09-15net/xdp: Fix suspicious RCU usage warningTariq Toukan1-11/+3
2018-09-15tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann1-0/+2
2018-09-15sunrpc: Don't use stack buffer with scatterlistLaura Abbott1-3/+9
2018-09-15sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2-11/+15
2018-09-15ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan1-1/+2
2018-09-15ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan1-0/+2
2018-09-15net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern1-0/+2
2018-09-15net/ipv6: Only update MTU metric if it setDavid Ahern1-1/+4
2018-09-15net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu1-1/+1
2018-09-15ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev1-1/+0
2018-09-15erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2-0/+4
2018-09-15sctp: remove useless start_fail from sctp_ht_iter in procXin Long1-4/+0
2018-09-15tipc: fix the big/little endian issue in tipc_destHaiqing Bai2-13/+6
2018-09-15tipc: fix a missing rhashtable_walk_exit()Cong Wang1-0/+2
2018-09-15net/sched: act_pedit: fix dump of extended layered opDavide Caratti1-5/+13
2018-09-15net: sched: action_ife: take reference to meta moduleVlad Buslov1-1/+15
2018-09-15act_ife: fix a potential deadlockCong Wang1-13/+21
2018-09-15act_ife: move tcfa_lock down to where necessaryCong Wang1-23/+13
2018-09-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev1-1/+1
2018-09-15tcp: do not restart timewait timer on rst receptionFlorian Westphal1-1/+2
2018-09-15net: sched: Fix memory exposure from short TCA_U32_SELKees Cook1-2/+8
2018-09-15ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet1-0/+6
2018-09-15act_ife: fix a potential use-after-freeCong Wang1-1/+1
2018-09-09NFSv4 client live hangs after live data migration recoveryBill Baker1-8/+20
2018-09-09net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli1-0/+2
2018-09-09net/9p/client.c: version pointer uninitializedTomas Bortoli1-1/+1
2018-09-099p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen1-1/+2
2018-09-099p: fix multiple NULL-pointer-dereferencesTomas Bortoli4-1/+13
2018-09-099p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote1-0/+7
2018-09-09net: mac802154: tx: expand tailroom if necessaryAlexander Aring1-1/+14
2018-09-09net: 6lowpan: fix reserved space for single framesAlexander Aring1-3/+18
2018-09-05xprtrdma: Fix disconnect regressionChuck Lever1-3/+2
2018-08-22cls_matchall: fix tcf_unbind_filter missingHangbin Liu1-0/+2
2018-08-22ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan1-1/+2
2018-08-22net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()Jeremy Cline2-2/+3
2018-08-22Bluetooth: avoid killing an already killed socketSudip Mukherjee1-1/+2
2018-08-22net_sched: Fix missing res info when create new tc_index filterHangbin Liu1-0/+1
2018-08-22net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu1-5/+2
2018-08-22l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang1-1/+1
2018-08-17Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn1-2/+2
2018-08-08dsa: slave: eee: Allow ports to use phylinkAndrew Lunn1-2/+2
2018-08-08net/smc: move sock lock in smc_ioctl()Ursula Braun1-3/+7