summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-08-13netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-08-13inet: switch IP ID generator to siphashEric Dumazet
2019-08-13ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2019-08-13ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa
2019-08-13ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2019-08-13ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca
2019-08-13ipv6: Make __ipv6_select_ident staticVlad Yasevich
2019-08-13ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich
2019-08-13ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich
2019-08-13Revert "inet: update the IP ID generation algorithm to higher standards."Ben Hutchings
2019-08-13packet: validate msg_namelen in send directlyWillem de Bruijn
2019-08-13packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn
2019-08-13l2ip: fix possible use-after-freeEric Dumazet
2019-08-13ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet
2019-08-13ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn
2019-08-13l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet
2019-08-13net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet
2019-08-13mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg
2019-08-13netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal
2019-08-13tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu
2019-08-13net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov
2019-08-13sunrpc: don't mark uninitialised items as VALID.NeilBrown
2019-08-13xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert
2019-08-13xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert
2019-08-13xfrm4: Fix header checks in _decode_session4.Steffen Klassert
2019-08-13dccp: Fix memleak in __feat_register_spYueHaibing
2019-08-13batman-adv: Reduce tt_global hash refcnt only for removed entrySven Eckelmann
2019-08-13batman-adv: Reduce tt_local hash refcnt only for removed entrySven Eckelmann
2019-08-13batman-adv: Reduce claim hash refcnt only for removed entrySven Eckelmann
2019-08-13dccp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-08-13tcp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-08-13net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing
2019-08-13netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long
2019-08-13xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun
2019-08-13xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing
2019-08-13ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long
2019-07-09netns: provide pure entropy for net_hash_mix()Eric Dumazet
2019-07-09tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-07-09l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet
2019-07-09route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long
2019-07-09net/hsr: fix possible crash in add_timer()Eric Dumazet
2019-07-09ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel
2019-07-09net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing
2019-06-20tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-06-20tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-20tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-20tcp: limit payload size of sacked skbsEric Dumazet
2019-06-20Bluetooth: hidp: fix buffer overflowYoung Xiao
2019-05-11ipv4: fix a race in update_or_create_fnhe()Eric Dumazet
2019-05-11inet: update the IP ID generation algorithm to higher standards.Amit Klein