aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* dccp: Fix memleak in __feat_register_spYueHaibing2019-09-111-1/+6
* Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa2019-09-111-1/+1
* Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa2019-09-111-0/+6
* packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2019-08-131-2/+11
* net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai2019-08-131-5/+9
* Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-07-202-14/+37
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-07-201-0/+8
* Bluetooth: Fix L2CAP information request handling for fixed channelsJohan Hedberg2019-07-201-20/+33
* Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg2019-07-204-29/+49
* Bluetooth: use l2cap_chan_ready() instead of duplicate codeGustavo Padovan2019-07-201-6/+1
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-07-201-1/+1
* BACKPORT: tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-07-201-0/+1
* BACKPORT: tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-07-202-2/+13
* tcp: limit payload size of sacked skbsEric Dumazet2019-07-203-8/+25
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-07-202-0/+6
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-07-201-0/+7
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-07-201-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-052-14/+3
* net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin2019-05-052-0/+12
* dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam2019-05-051-0/+5
* cfg80211: check dev_set_name() return valueJohannes Berg2019-05-051-1/+6
* nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski2019-05-051-4/+7
* ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu2019-05-051-8/+54
* ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu2019-05-051-39/+11
* nl80211: fix nl80211_send_iface() error pathsJohannes Berg2019-05-051-2/+4
* nl80211: don't expose wdev->ssid for most interfacesJohannes Berg2019-05-051-2/+24
* VSOCK: Send reset control packet when socket is partially boundJorgen Hansen2019-05-051-17/+50
* mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach2019-05-051-0/+1
* mac80211: fix reordering of buffered broadcast packetsFelix Fietkau2019-05-051-2/+2
* mac80211: always send multicast on CAB queueJohannes Berg2019-05-051-2/+3
* rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2019-05-051-0/+3
* mac80211: Clear beacon_int in ieee80211_do_stopBen Greear2019-05-051-0/+2
* xfrm: Fix bucket count reported to userspaceBenjamin Poirier2019-05-051-1/+1
* netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo2019-05-051-0/+20
* netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal2019-05-053-5/+36
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2019-05-051-0/+10
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2019-05-051-1/+1
* ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio2019-05-051-2/+1
* llc: do not use sk_eat_skb()Eric Dumazet2019-05-051-8/+5
* net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2019-05-051-2/+4
* net: make skb_partial_csum_set() more robust against overflowsEric Dumazet2019-05-051-5/+7
* ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang2019-05-051-9/+20
* ipv6: Compute net once in raw6_send_hdrincEric W. Biederman2019-05-051-2/+3
* rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2019-05-051-0/+6
* net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter2019-05-051-1/+1
* mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau2019-05-051-1/+1
* ip_tunnel: be careful when accessing the inner headerPaolo Abeni2019-05-051-0/+9