aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2019-05-031-0/+10
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2019-05-031-1/+1
* ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio2019-05-031-2/+1
* llc: do not use sk_eat_skb()Eric Dumazet2019-05-031-8/+5
* net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2019-05-031-2/+4
* net: make skb_partial_csum_set() more robust against overflowsEric Dumazet2019-05-031-5/+7
* ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang2019-05-031-9/+20
* ipv6: Compute net once in raw6_send_hdrincEric W. Biederman2019-05-031-2/+3
* rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2019-05-031-0/+6
* net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter2019-05-031-1/+1
* mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau2019-05-031-1/+1
* ip_tunnel: be careful when accessing the inner headerPaolo Abeni2019-05-031-0/+9
* ip6_tunnel: be careful when accessing the inner headerPaolo Abeni2019-05-031-2/+11
* ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2019-05-031-1/+2
* cfg80211: reg: Init wiphy_idx in regulatory_hint_core()Andrei Otcheretianski2019-05-031-0/+1
* cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli2019-05-031-0/+1
* ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca2019-05-031-2/+2
* xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert2019-05-031-0/+12
* xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing2019-05-031-1/+4
* packet: refine ring v3 block size test to hold one frameWillem de Bruijn2019-05-031-4/+6
* ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2019-05-031-2/+3
* KEYS: DNS: fix parsing multiple optionsEric Biggers2019-05-031-12/+16
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2019-05-031-0/+1
* netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn2019-05-031-3/+6
* xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2019-05-031-3/+5
* netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2019-05-033-4/+4
* rtnetlink: validate attributes in do_setlink()Eric Dumazet2019-05-031-4/+4
* net: metrics: add proper netlink validationEric Dumazet2019-05-031-0/+2
* ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca2019-05-031-1/+2
* net/packet: refine check for priv area sizeEric Dumazet2019-05-031-1/+1
* ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2019-05-032-8/+17
* net: test tailroom before appending to linear skbWillem de Bruijn2019-05-032-2/+4
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2019-05-031-2/+5
* xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet2019-05-031-1/+1
* ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2019-05-032-4/+10
* sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2019-05-031-1/+1
* tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2019-05-031-1/+1
* sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2019-05-031-0/+3
* l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault2019-05-031-0/+7
* ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2019-05-031-0/+2
* tcp: don't read out-of-bounds opsizeJann Horn2019-05-031-5/+2
* llc: fix NULL pointer deref for SOCK_ZAPPEDCong Wang2019-05-031-9/+12
* llc: hold llc_sap before release_sock()Cong Wang2019-05-031-0/+7
* KEYS: DNS: limit the length of option stringsEric Biggers2019-05-031-8/+6
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2019-05-031-10/+16
* net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2019-05-031-11/+19
* sctp: do not check port in sctp_inet6_cmp_addrXin Long2019-05-031-30/+30
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2019-05-031-2/+4
* soreuseport: initialise timewait reuseport fieldEric Dumazet2019-05-032-0/+2
* net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2019-05-031-2/+2