index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
dccp: Fix memleak in __feat_register_sp
YueHaibing
2019-09-11
1
-1
/
+6
*
Bluetooth: Fix faulty expression for minimum encryption key size check
Matias Karhumaa
2019-09-11
1
-1
/
+1
*
Bluetooth: Check state in l2cap_disconnect_rsp
Matias Karhumaa
2019-09-11
1
-0
/
+6
*
packet: in recvmsg msg_name return at least sizeof sockaddr_ll
Willem de Bruijn
2019-08-13
1
-2
/
+11
*
net-sysfs: Fix memory leak in netdev_register_kobject
Wang Hai
2019-08-13
1
-5
/
+9
*
Bluetooth: Fix regression with minimum encryption key size alignment
Marcel Holtmann
2019-07-18
2
-14
/
+37
*
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Marcel Holtmann
2019-07-18
1
-0
/
+8
*
Bluetooth: Fix L2CAP information request handling for fixed channels
Johan Hedberg
2019-07-18
1
-20
/
+33
*
Bluetooth: Convert hci_conn->link_mode into flags
Johan Hedberg
2019-07-18
4
-29
/
+49
*
Bluetooth: use l2cap_chan_ready() instead of duplicate code
Gustavo Padovan
2019-07-18
1
-6
/
+1
*
tcp: refine memory limit test in tcp_fragment()
Eric Dumazet
2019-07-18
1
-1
/
+1
*
BACKPORT: tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
Eric Dumazet
2019-07-18
1
-0
/
+1
*
BACKPORT: tcp: add tcp_min_snd_mss sysctl
Eric Dumazet
2019-07-18
2
-2
/
+13
*
tcp: limit payload size of sacked skbs
Eric Dumazet
2019-07-18
3
-8
/
+25
*
tcp: tcp_fragment() should apply sane memory limits
Eric Dumazet
2019-07-18
2
-0
/
+6
*
neigh: fix use-after-free read in pneigh_get_next
Eric Dumazet
2019-07-18
1
-0
/
+7
*
net-sysfs: Fix mem leak in netdev_register_kobject
YueHaibing
2019-07-18
1
-0
/
+3
*
Bluetooth: hidp: fix buffer overflow
Young Xiao
2019-07-08
1
-0
/
+1
*
net: socket: set sock->sk to NULL after calling proto_ops::release()
Eric Biggers
2019-07-08
1
-0
/
+1
*
BACKPORT: socket: close race condition between sock_close() and sockfs_setattr()
Cong Wang
2019-07-08
1
-3
/
+15
*
netfilter: drop outermost socket lock in getsockopt()
Paolo Abeni
2019-05-03
2
-14
/
+3
*
net/dccp: fix use after free in tw_timer_handler()
Andrey Ryabinin
2019-05-03
2
-0
/
+12
*
dccp: CVE-2017-8824: use-after-free in DCCP code
Mohamed Ghannam
2019-05-03
1
-0
/
+5
*
cfg80211: check dev_set_name() return value
Johannes Berg
2019-05-03
1
-1
/
+6
*
nl80211: take RCU read lock when calling ieee80211_bss_get_ie()
Dominik Brodowski
2019-05-03
1
-4
/
+7
*
ipv4: Avoid reading user iov twice after raw_probe_proto_opt
Herbert Xu
2019-05-03
1
-8
/
+54
*
ipv4: Use standard iovec primitive in raw_probe_proto_opt
Herbert Xu
2019-05-03
1
-39
/
+11
*
nl80211: fix nl80211_send_iface() error paths
Johannes Berg
2019-05-03
1
-2
/
+4
*
nl80211: don't expose wdev->ssid for most interfaces
Johannes Berg
2019-05-03
1
-2
/
+24
*
VSOCK: Send reset control packet when socket is partially bound
Jorgen Hansen
2019-05-03
1
-17
/
+50
*
mac80211: ignore NullFunc frames in the duplicate detection
Emmanuel Grumbach
2019-05-03
1
-0
/
+1
*
mac80211: fix reordering of buffered broadcast packets
Felix Fietkau
2019-05-03
1
-2
/
+2
*
mac80211: always send multicast on CAB queue
Johannes Berg
2019-05-03
1
-2
/
+3
*
rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
Eric Dumazet
2019-05-03
1
-0
/
+3
*
mac80211: Clear beacon_int in ieee80211_do_stop
Ben Greear
2019-05-03
1
-0
/
+2
*
xfrm: Fix bucket count reported to userspace
Benjamin Poirier
2019-05-03
1
-1
/
+1
*
netfilter: xt_IDLETIMER: add sysfs filename checking routine
Taehee Yoo
2019-05-03
1
-0
/
+20
*
netfilter: x_tables: add and use xt_check_proc_name
Florian Westphal
2019-05-03
3
-5
/
+36
*
rtnetlink: Disallow FDB configuration for non-Ethernet device
Ido Schimmel
2019-05-03
1
-0
/
+10
*
net: sched: gred: pass the right attribute to gred_change_table_def()
Jakub Kicinski
2019-05-03
1
-1
/
+1
*
ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called
Stefano Brivio
2019-05-03
1
-2
/
+1
*
llc: do not use sk_eat_skb()
Eric Dumazet
2019-05-03
1
-8
/
+5
*
net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs
David Ahern
2019-05-03
1
-2
/
+4
*
net: make skb_partial_csum_set() more robust against overflows
Eric Dumazet
2019-05-03
1
-5
/
+7
*
ipv6: take rcu lock in rawv6_send_hdrinc()
Wei Wang
2019-05-03
1
-9
/
+20
*
ipv6: Compute net once in raw6_send_hdrinc
Eric W. Biederman
2019-05-03
1
-2
/
+3
*
rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096
Eric Dumazet
2019-05-03
1
-0
/
+6
*
net: sched: act_ipt: check for underflow in __tcf_ipt_init()
Dan Carpenter
2019-05-03
1
-1
/
+1
*
mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys
Felix Fietkau
2019-05-03
1
-1
/
+1
*
ip_tunnel: be careful when accessing the inner header
Paolo Abeni
2019-05-03
1
-0
/
+9
[next]