index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-20
net/sched: act_ife: fix recursive lock and idr leak
Davide Caratti
1
-5
/
+4
2018-06-20
net: propagate dev_get_valid_name return code
Li RongQing
1
-2
/
+2
2018-06-20
net/tcp: Fix socket lookups with SO_BINDTODEVICE
David Ahern
2
-4
/
+4
2018-06-20
net/ipv6: respect rcu grace period before freeing fib6_info
Eric Dumazet
1
-2
/
+3
2018-06-20
net/ncsi: Use netdev_dbg for debug messages
Joel Stanley
2
-21
/
+18
2018-06-20
net/ncsi: Drop no more channels message
Joel Stanley
1
-2
/
+0
2018-06-20
net/ncsi: Silence debug messages
Joel Stanley
2
-9
/
+9
2018-06-19
audit: eliminate audit_enabled magic number comparison
Richard Guy Briggs
2
-2
/
+2
2018-06-19
sunrpc: Prevent duplicate XID allocation
Chuck Lever
1
-3
/
+7
2018-06-19
xfrm_user: prevent leaking 2 bytes of kernel memory
Eric Dumazet
1
-3
/
+5
2018-06-18
mac80211: add support for HE
Luca Coelho
13
-36
/
+661
2018-06-18
ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HE
Johannes Berg
4
-6
/
+6
2018-06-18
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
3
-3
/
+3
2018-06-18
net/smc: Replace ib_query_gid with rdma_get_gid_attr
Parav Pandit
2
-20
/
+25
2018-06-18
netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregister
Gao Feng
1
-0
/
+5
2018-06-18
netfilter: ipv6: nf_defrag: reduce struct net memory waste
Eric Dumazet
1
-3
/
+3
2018-06-18
netfilter: nf_queue: augment nfqa_cfg_policy
Eric Dumazet
1
-0
/
+3
2018-06-17
net_sched: blackhole: tell upper qdisc about dropped packets
Konstantin Khlebnikov
1
-1
/
+1
2018-06-17
atm: Preserve value of skb->truesize when accounting to vcc
David Woodhouse
7
-14
/
+8
2018-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-17
/
+7
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
42
-119
/
+226
2018-06-15
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
1
-17
/
+4
2018-06-15
neighbour: skip NTF_EXT_LEARNED entries during forced gc
Roopa Prabhu
1
-4
/
+6
2018-06-15
tls: fix waitall behavior in tls_sw_recvmsg
Daniel Borkmann
1
-1
/
+5
2018-06-15
tls: fix use-after-free in tls_push_record
Daniel Borkmann
1
-13
/
+13
2018-06-15
l2tp: filter out non-PPP sessions in pppol2tp_tunnel_ioctl()
Guillaume Nault
1
-1
/
+1
2018-06-15
l2tp: reject creation of non-PPP sessions on L2TPv2 tunnels
Guillaume Nault
1
-0
/
+6
2018-06-15
ipv6: Only emit append events for appended routes
Ido Schimmel
1
-3
/
+2
2018-06-15
Merge tag 'mac80211-for-davem-2018-06-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
3
-6
/
+9
2018-06-15
cfg80211: Add support for HE
Luca Coelho
3
-2
/
+200
2018-06-15
nl80211: report 4ADDR status with GET_INTERFACE
Antonio Quartulli
1
-1
/
+2
2018-06-15
mac80211: support scan features for improved scan privacy
Johannes Berg
9
-24
/
+71
2018-06-15
nl80211: add scan features for improved scan privacy
Johannes Berg
1
-1
/
+7
2018-06-15
mac80211: split ieee80211_send_probe_req()
Johannes Berg
4
-35
/
+37
2018-06-15
mac80211: add probe request building flags
Johannes Berg
4
-16
/
+26
2018-06-15
nl80211: refactor common code in scan flags checks
Johannes Berg
1
-29
/
+31
2018-06-15
cfg80211: use better order for kcalloc() arguments
Johannes Berg
1
-2
/
+3
2018-06-15
cfg80211: fix rcu in cfg80211_unregister_wdev
Dedy Lansky
1
-0
/
+1
2018-06-15
mac80211: Move up init of TXQs
Toke Høiland-Jørgensen
1
-6
/
+6
2018-06-15
cfg80211: initialize sinfo in cfg80211_get_station
Sven Eckelmann
1
-0
/
+2
2018-06-14
rds: avoid unenecessary cong_update in loop transport
Santosh Shilimkar
3
-0
/
+11
2018-06-14
l2tp: clean up stale tunnel or session in pppol2tp_connect's error path
Guillaume Nault
1
-0
/
+10
2018-06-14
l2tp: prevent pppol2tp_connect() from creating kernel sockets
Guillaume Nault
1
-0
/
+9
2018-06-14
l2tp: only accept PPP sessions in pppol2tp_connect()
Guillaume Nault
1
-0
/
+6
2018-06-14
l2tp: fix pseudo-wire type for sessions created by pppol2tp_connect()
Guillaume Nault
1
-0
/
+1
2018-06-14
tcp: verify the checksum of the first data segment in a new connection
Frank van der Linden
2
-0
/
+8
2018-06-15
Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
3
-117
/
+149
2018-06-14
sctp: define sctp_packet_gso_append to build GSO frames
Xin Long
1
-10
/
+18
2018-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
10
-20
/
+48
2018-06-12
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
52
-94
/
+123
[prev]
[next]