summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-08-132-5/+65
* inet: switch IP ID generator to siphashEric Dumazet2019-08-132-20/+23
* ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2019-08-133-11/+13
* ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa2019-08-131-1/+2
* ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2019-08-138-15/+18
* ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca2019-08-131-5/+3
* ipv6: Make __ipv6_select_ident staticVlad Yasevich2019-08-131-1/+2
* ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich2019-08-131-1/+1
* ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich2019-08-133-21/+44
* Revert "inet: update the IP ID generation algorithm to higher standards."Ben Hutchings2019-08-132-6/+1
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-08-131-10/+14
* packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2019-08-131-2/+11
* l2ip: fix possible use-after-freeEric Dumazet2019-08-131-4/+4
* ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-08-131-7/+13
* ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-08-131-2/+2
* l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet2019-08-131-1/+1
* net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet2019-08-131-15/+19
* mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg2019-08-131-1/+1
* netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal2019-08-131-1/+2
* tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu2019-08-131-1/+3
* net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov2019-08-131-1/+3
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-08-131-0/+3
* xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert2019-08-131-11/+13
* xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert2019-08-131-7/+26
* xfrm4: Fix header checks in _decode_session4.Steffen Klassert2019-08-131-5/+10
* dccp: Fix memleak in __feat_register_spYueHaibing2019-08-131-1/+6
* batman-adv: Reduce tt_global hash refcnt only for removed entrySven Eckelmann2019-08-131-3/+15
* batman-adv: Reduce tt_local hash refcnt only for removed entrySven Eckelmann2019-08-131-5/+9
* batman-adv: Reduce claim hash refcnt only for removed entrySven Eckelmann2019-08-131-3/+13
* dccp: do not use ipv6 header for ipv4 flowEric Dumazet2019-08-131-2/+2
* tcp: do not use ipv6 header for ipv4 flowEric Dumazet2019-08-131-4/+4
* net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing2019-08-131-2/+4
* netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long2019-08-131-0/+3
* xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun2019-08-131-0/+4
* xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing2019-08-131-1/+1
* ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long2019-08-131-3/+8
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-07-091-0/+1
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-07-091-1/+1
* l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet2019-07-091-3/+1
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-07-091-0/+4
* net/hsr: fix possible crash in add_timer()Eric Dumazet2019-07-091-8/+6
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-07-091-4/+4
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-07-091-0/+3
* tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-201-0/+1
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-202-2/+13
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-202-0/+6
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-203-7/+25
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-06-201-0/+1
* ipv4: fix a race in update_or_create_fnhe()Eric Dumazet2019-05-112-6/+8
* inet: update the IP ID generation algorithm to higher standards.Amit Klein2019-05-112-1/+6