summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang2018-06-161-5/+17
* net: igmp: add a missing rcu locking sectionEric Dumazet2018-06-161-0/+4
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-06-164-29/+26
* netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov2018-06-161-3/+13
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2018-06-161-2/+6
* dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev2018-06-161-0/+5
* netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal2018-06-161-1/+5
* netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal2018-06-161-1/+12
* Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()Al Viro2018-06-161-1/+2
* nl80211: Sanitize array index in parse_txq_paramsDan Williams2018-03-191-3/+6
* rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge2018-03-031-1/+1
* dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev2018-03-031-0/+3
* net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau2018-03-031-1/+1
* net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2018-03-031-1/+19
* cfg80211: fix station info handling bugsJohannes Berg2018-03-031-2/+1
* can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-03-031-6/+5
* can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-03-031-6/+5
* sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2018-03-031-8/+6
* sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long2018-03-031-10/+6
* sctp: use the right sk after waking up from wait_buf sleepXin Long2018-03-031-10/+11
* cfg80211: check dev_set_name() return valueJohannes Berg2018-03-031-1/+6
* mac80211_hwsim: validate number of different channelsJohannes Berg2018-03-031-2/+0
* nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski2018-03-031-4/+7
* 8021q: fix a memory leak for VLAN 0 deviceCong Wang2018-03-031-6/+1
* net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange2018-03-031-1/+3
* xfrm: Return error on unknown encap_type in init_stateHerbert Xu2018-03-032-2/+2
* xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu2018-03-031-1/+1
* af_key: fix buffer overread in parse_exthdrs()Eric Biggers2018-03-031-0/+3
* af_key: fix buffer overread in verify_address_len()Eric Biggers2018-03-031-0/+5
* sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2018-03-031-2/+2
* xfrm: Reinject transport-mode packets through taskletHerbert Xu2018-03-033-2/+74
* net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov2018-03-031-1/+6
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-03-033-0/+4
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-03-032-2/+2
* net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2018-03-031-5/+10
* ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu2018-03-031-8/+54
* ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu2018-03-031-39/+11
* nl80211: fix nl80211_send_iface() error pathsJohannes Berg2018-03-031-2/+4
* net_sched: red: Avoid illegal valuesNogah Frankel2018-03-034-0/+11
* batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tqSven Eckelmann2018-03-031-2/+2
* netfilter: xt_bpf: add overflow checksJann Horn2018-03-031-1/+5
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2018-03-031-0/+5
* RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam2018-02-131-0/+1
* RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam2018-02-131-0/+3
* Bluetooth: Prevent stack info leak from the EFS element.Ben Seri2018-02-131-9/+11
* netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet2018-02-131-1/+5
* nl80211: don't expose wdev->ssid for most interfacesJohannes Berg2018-02-131-2/+24
* route: also update fnhe_genid when updating a route cacheXin Long2018-02-131-2/+7
* route: update fnhe_expires for redirect when the fnhe existsXin Long2018-02-131-3/+2
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2018-02-131-0/+2