summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-271-1/+1
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-221-0/+7
* lapb: fixed leak of control-blocks.Jeremy Sowden2019-06-221-0/+1
* ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-06-221-3/+4
* ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet2019-06-221-0/+2
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-221-8/+0
* tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-171-0/+1
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-173-2/+13
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-172-0/+6
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-173-8/+25
* ethtool: check the return value of get_regs_lenYunsheng Lin2019-06-111-2/+10
* pktgen: do not sleep with the thread lock held.Paolo Abeni2019-06-111-0/+11
* net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun2019-06-111-4/+6
* neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-06-111-1/+8
* ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-111-1/+4
* net: create skb_gso_validate_mac_len()Daniel Axtens2019-06-111-10/+0
* tipc: fix modprobe tipc failed after switch order of device registration -v2Junwei Hu2019-06-113-10/+27
* Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller2019-06-111-7/+7
* net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-06-111-1/+1
* llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet2019-06-111-0/+2
* ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning2019-06-111-0/+2
* mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2019-06-112-3/+5
* xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert2019-06-111-11/+13
* vti4: ipip tunnel deregistration fixes.Jeremy Sowden2019-06-111-2/+3
* xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun2019-06-111-0/+4
* xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing2019-06-111-1/+1
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-06-111-7/+7
* tipc: switch order of device registration to fix a crashJunwei Hu2019-06-111-7/+7
* net: avoid weird emergency messageEric Dumazet2019-06-111-1/+1
* ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-05-161-2/+2
* vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-161-1/+1
* vlan: disable SIOCSHWTSTAMP in containerHangbin Liu2019-05-161-1/+3
* packet: Fix error path in packet_initYueHaibing2019-05-161-5/+20
* bridge: Fix error path for kobject_init_and_add()Tobin C. Harding2019-05-161-7/+6
* ipvs: do not schedule icmp errors from tunnelsJulian Anastasov2019-05-161-1/+1
* netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri2019-05-161-1/+1
* ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2019-05-162-6/+14
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-161-0/+8
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-05-161-0/+1
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-161-9/+14
* ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-05-161-2/+2
* ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-05-161-6/+12
* ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-161-0/+1
* netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long2019-05-162-0/+3
* ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-05-161-1/+4
* ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-05-161-9/+23
* bpf: reject wrong sized filters earlierDaniel Borkmann2019-05-161-8/+15
* tipc: check link name with right length in tipc_nl_compat_link_setXin Long2019-05-161-1/+6
* tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long2019-05-161-1/+6
* netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal2019-05-161-1/+2