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-29
net/sched: act_tunnel_key: disambiguate metadata dst error cases
Simon Horman
1
-1
/
+4
2018-06-29
net: handle NULL ->poll gracefully
Christoph Hellwig
1
-0
/
+2
2018-06-29
sctp: add support for SCTP_REUSE_PORT sockopt
Xin Long
1
-7
/
+55
2018-06-29
Merge tag 'mac80211-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
2
-21
/
+16
2018-06-29
net, mm: account sock objects to kmemcg
Shakeel Butt
1
-2
/
+5
2018-06-29
mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute types
Omer Efrat
2
-45
/
+45
2018-06-29
cfg80211: use BIT_ULL for NL80211_STA_INFO_* attribute types
Omer Efrat
2
-18
/
+18
2018-06-29
mac80211: remove unnecessary NULL check
Johannes Berg
1
-2
/
+1
2018-06-29
mac80211: fix potential null pointer dereference
Gustavo A. R. Silva
1
-1
/
+3
2018-06-29
cfg80211: track time using boottime
Arnd Bergmann
2
-3
/
+3
2018-06-29
nl80211: check nla_parse_nested() return values
Johannes Berg
1
-5
/
+11
2018-06-29
nl80211: relax ht operation checks for mesh
Bob Copeland
1
-16
/
+3
2018-06-29
mac80211: disable BHs/preemption in ieee80211_tx_control_port()
Denis Kenzior
1
-0
/
+2
2018-06-29
ila: Flush netlink command to clear xlat table
Tom Herbert
3
-2
/
+67
2018-06-29
ila: Create main ila source file
Tom Herbert
5
-147
/
+168
2018-06-29
ila: Call library function alloc_bucket_locks
Tom Herbert
1
-18
/
+5
2018-06-29
ila: Fix use of rhashtable walk in ila_xlat.c
Tom Herbert
1
-16
/
+54
2018-06-29
bpf: Change bpf_fib_lookup to return lookup status
David Ahern
1
-32
/
+54
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
54
-169
/
+212
2018-06-28
skbuff: preserve sock reference when scrubbing the skb.
Flavio Leitner
1
-1
/
+0
2018-06-28
netfilter: check if the socket netns is correct.
Flavio Leitner
11
-20
/
+42
2018-06-28
net sched actions: avoid bitwise operation on signed value in pedit
Roman Mashak
1
-1
/
+1
2018-06-28
net sched actions: fix misleading text strings in pedit action
Roman Mashak
1
-5
/
+5
2018-06-28
net sched actions: use sizeof operator for buffer length
Roman Mashak
1
-2
/
+2
2018-06-28
net sched actions: fix sparse warning
Roman Mashak
1
-3
/
+3
2018-06-28
net sched actions: fix coding style in pedit action
Roman Mashak
1
-13
/
+16
2018-06-28
netem: slotting with non-uniform distribution
Yousuk Seung
1
-24
/
+49
2018-06-28
net/smc: rebuild nonblocking connect
Ursula Braun
2
-28
/
+71
2018-06-28
tcp: add one more quick ack after after ECN events
Eric Dumazet
1
-2
/
+2
2018-06-28
bpfilter: include bpfilter_umh in assembly instead of using objcopy
Masahiro Yamada
3
-21
/
+14
2018-06-28
strparser: Remove early eaten to fix full tcp receive buffer stall
Doron Roberts-Kedes
1
-16
/
+1
2018-06-28
l2tp: define helper for parsing struct sockaddr_pppol2tp*
Guillaume Nault
1
-70
/
+103
2018-06-28
tcp: remove one indentation level in tcp_create_openreq_child
Eric Dumazet
1
-92
/
+95
2018-06-28
bpfilter: check compiler capability in Kconfig
Masahiro Yamada
2
-5
/
+1
2018-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-11
/
+68
2018-06-27
esp6: fix memleak on error path in esp6_input
Zhen Lei
1
-1
/
+3
2018-06-27
neighbour: force neigh_invalidate when NUD_FAILED update is from admin
Roopa Prabhu
1
-1
/
+2
2018-06-27
net/tls: Remove VLA usage on nonce
Kees Cook
1
-2
/
+8
2018-06-27
fib_rules: match rules based on suppress_* properties too
Jason A. Donenfeld
1
-0
/
+8
2018-06-27
rds: clean up loopback rds_connections on netns deletion
Sowmini Varadhan
3
-1
/
+68
2018-06-26
netfilter: nf_conncount: fix garbage collection confirm race
Florian Westphal
1
-5
/
+47
2018-06-26
netfilter: nf_log: don't hold nf_log_mutex during user access
Jann Horn
1
-3
/
+6
2018-06-26
netfilter: nf_log: fix uninit read in nf_log_proc_dostring
Jann Horn
1
-0
/
+4
2018-06-26
net: sched: call reoffload op on block callback reg
John Hurley
1
-8
/
+46
2018-06-26
net: sched: cls_bpf: implement offload tcf_proto_op
John Hurley
1
-0
/
+39
2018-06-26
net: sched: cls_u32: implement offload tcf_proto_op
John Hurley
1
-0
/
+111
2018-06-26
net: sched: cls_matchall: implement offload tcf_proto_op
John Hurley
1
-0
/
+32
2018-06-26
net: sched: cls_flower: implement offload tcf_proto_op
John Hurley
1
-0
/
+44
2018-06-26
net: sched: pass extack pointer to block binds and cb registration
John Hurley
2
-10
/
+17
2018-06-26
l2tp: make l2tp_xmit_core() return void
Guillaume Nault
1
-4
/
+2
[prev]
[next]