summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-04-12route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long1-9/+11
2018-04-12strparser: Fix sign of err codesDave Watson1-2/+2
2018-04-12net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti1-1/+2
2018-04-12net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti1-4/+5
2018-04-12ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun1-9/+7
2018-04-12net/sched: fix NULL dereference in the error path of tcf_sample_init()Davide Caratti1-1/+2
2018-04-12net/sched: fix NULL dereference in the error path of tcf_vlan_init()Davide Caratti1-1/+2
2018-04-12net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang1-0/+1
2018-04-12vti6: better validate user provided tunnel namesEric Dumazet1-2/+5
2018-04-12ip6_tunnel: better validate user provided tunnel namesEric Dumazet1-4/+7
2018-04-12ip6_gre: better validate user provided tunnel namesEric Dumazet1-3/+5
2018-04-12ipv6: sit: better validate user provided tunnel namesEric Dumazet1-3/+5
2018-04-12ip_tunnel: better validate user provided tunnel namesEric Dumazet1-5/+6
2018-04-12net: fool proof dev_valid_name()Eric Dumazet1-1/+1
2018-04-12vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu1-1/+5
2018-04-12sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet1-5/+8
2018-04-12sctp: do not leak kernel memory to user spaceEric Dumazet1-1/+3
2018-04-12net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti1-4/+8
2018-04-12net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh1-1/+3
2018-04-12netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko1-0/+3
2018-04-12net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill1-2/+5
2018-04-12net/ipv6: Fix route leaking between VRFsDavid Ahern1-0/+3
2018-04-12net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet1-1/+1
2018-04-12net: dsa: Discard frames from unused portsAndrew Lunn1-1/+7
2018-04-12ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni1-4/+9
2018-04-12arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines1-1/+1
2018-04-12mac80211: Fix setting TX power on monitor interfacesPeter Große2-2/+29
2018-04-12net_sch: red: Fix the new offload indicationNogah Frankel1-12/+14
2018-04-12rds; Reset rs->rs_bound_addr in rds_add_bound() failure pathSowmini Varadhan1-0/+1
2018-04-12l2tp: fix missing print session offset infoHangbin Liu1-0/+2
2018-04-12ipv6: Reinject IPv6 packets if IPsec policy matches after SNATTobias Brunner1-0/+8
2018-04-08Revert "ip6_vti: adjust vti mtu according to mtu of lower device"Greg Kroah-Hartman1-20/+0
2018-04-08Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc1-1/+7
2018-04-08netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal3-9/+43
2018-04-08netfilter: drop template ct when conntrack is skipped.Paolo Abeni1-1/+13
2018-04-08l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni2-23/+18
2018-04-08netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal1-0/+34
2018-04-08netfilter: x_tables: make allocation less aggressiveMichal Hocko1-1/+6
2018-04-08xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert1-0/+5
2018-04-08net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann1-1/+1
2018-04-08ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet1-6/+7
2018-04-08xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal1-13/+8
2018-03-31skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes1-1/+1
2018-03-31net: Only honor ifindex in IP_PKTINFO if non-0David Ahern1-2/+4
2018-03-31netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel1-1/+1
2018-03-31net/iucv: Free memory obtained by kzallocArvind Yadav1-1/+3
2018-03-31l2tp: do not accept arbitrary socketsEric Dumazet1-2/+6
2018-03-31ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi1-1/+2
2018-03-31dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev1-0/+5
2018-03-31net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai1-0/+3