aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-07-181-0/+7
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-07-181-0/+3
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-07-081-0/+1
* net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers2019-07-081-0/+1
* BACKPORT: socket: close race condition between sock_close() and sockfs_setattr()Cong Wang2019-07-081-3/+15
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2019-05-032-14/+3
* net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin2019-05-032-0/+12
* dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam2019-05-031-0/+5
* cfg80211: check dev_set_name() return valueJohannes Berg2019-05-031-1/+6
* nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski2019-05-031-4/+7
* ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu2019-05-031-8/+54
* ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu2019-05-031-39/+11
* nl80211: fix nl80211_send_iface() error pathsJohannes Berg2019-05-031-2/+4
* nl80211: don't expose wdev->ssid for most interfacesJohannes Berg2019-05-031-2/+24
* VSOCK: Send reset control packet when socket is partially boundJorgen Hansen2019-05-031-17/+50
* mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach2019-05-031-0/+1
* mac80211: fix reordering of buffered broadcast packetsFelix Fietkau2019-05-031-2/+2
* mac80211: always send multicast on CAB queueJohannes Berg2019-05-031-2/+3
* rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2019-05-031-0/+3
* mac80211: Clear beacon_int in ieee80211_do_stopBen Greear2019-05-031-0/+2
* xfrm: Fix bucket count reported to userspaceBenjamin Poirier2019-05-031-1/+1
* netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo2019-05-031-0/+20
* netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal2019-05-033-5/+36
* 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-031-3/+3
* rtnetlink: validate attributes in do_setlink()Eric Dumazet2019-05-031-4/+4