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