index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-20
Merge tag 'rxrpc-next-20171018' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
4
-28
/
+121
2017-10-20
net: sched: cls_u32: use hash_ptr() for tc_u_hash
Arnd Bergmann
1
-1
/
+1
2017-10-20
tipc: checking for NULL instead of IS_ERR()
Dan Carpenter
1
-1
/
+1
2017-10-19
net: l2tp: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2017-10-19
mqprio: fix potential null pointer dereference on opt
Colin Ian King
1
-1
/
+2
2017-10-19
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
1
-0
/
+16
2017-10-18
tcp: fix tcp_xmit_retransmit_queue() after rbtree introduction
Eric Dumazet
1
-6
/
+3
2017-10-18
bpf: allow access to skb->len from offloads
Jakub Kicinski
1
-0
/
+2
2017-10-18
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
1
-0
/
+40
2017-10-18
bpf: split verifier and program ops
Jakub Kicinski
1
-9
/
+36
2017-10-18
net: ipx: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-10-18
ipv6: mark expected switch fall-throughs
Gustavo A. R. Silva
10
-6
/
+19
2017-10-18
ipv4: mark expected switch fall-throughs
Gustavo A. R. Silva
7
-3
/
+11
2017-10-18
decnet: af_decnet: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2017-10-18
sunrpc: Convert timers to use timer_setup()
Kees Cook
4
-15
/
+13
2017-10-18
ipv4: timewait: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+3
2017-10-18
net: atm: Convert timers to use timer_setup()
Kees Cook
3
-13
/
+11
2017-10-18
net/core: Convert sk_timer users to use timer_setup()
Kees Cook
6
-42
/
+46
2017-10-18
net/core: Collapse redundant sk_timer callback data assignments
Kees Cook
5
-5
/
+1
2017-10-18
inet: frags: Convert timers to use timer_setup()
Kees Cook
5
-10
/
+14
2017-10-18
inet/connection_sock: Convert timers to use timer_setup()
Kees Cook
3
-27
/
+30
2017-10-18
netfilter: ipset: Convert timers to use timer_setup()
Kees Cook
6
-15
/
+25
2017-10-18
net: sched: Convert timers to use timer_setup()
Kees Cook
5
-20
/
+23
2017-10-18
net: can: Convert timers to use timer_setup()
Kees Cook
3
-7
/
+7
2017-10-18
xfrm: Convert timers to use timer_setup()
Kees Cook
1
-9
/
+8
2017-10-18
net/rose: Convert timers to use timer_setup()
Kees Cook
5
-44
/
+36
2017-10-18
net/lapb: Convert timers to use timer_setup()
Kees Cook
2
-12
/
+10
2017-10-18
net/decnet: Convert timers to use timer_setup()
Kees Cook
3
-22
/
+5
2017-10-18
net: dsa: split dsa_port's netdev member
Vivien Didelot
5
-25
/
+25
2017-10-18
net: dsa: rename dsa_master_get_slave
Vivien Didelot
9
-10
/
+10
2017-10-18
net: dsa: add slave to master helper
Vivien Didelot
2
-22
/
+17
2017-10-18
net: dsa: add slave to port helper
Vivien Didelot
11
-115
/
+115
2017-10-18
net: dsa: add slave notify helper
Vivien Didelot
1
-12
/
+17
2017-10-18
net: dsa: use port's cpu_dp when creating a slave
Vivien Didelot
1
-5
/
+2
2017-10-18
netlink: use NETLINK_CB(in_skb).sk instead of looking it up
Johannes Berg
1
-10
/
+2
2017-10-18
bpf: cpumap xdp_buff to skb conversion and allocation
Jesper Dangaard Brouer
1
-0
/
+27
2017-10-18
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
1
-29
/
+111
2017-10-18
rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signals
David Howells
1
-26
/
+81
2017-10-18
rxrpc: Provide functions for allowing cleaner handling of signals
David Howells
2
-0
/
+32
2017-10-18
rxrpc: Support service upgrade from a kernel service
David Howells
2
-2
/
+8
2017-10-17
ethtool: add ethtool_intersect_link_masks
Alan Brady
1
-0
/
+16
2017-10-17
net: export netdev_txq_to_tc to allow sch_mqprio to compile as module
Henrik Austad
1
-0
/
+1
2017-10-16
tipc: fix rebasing error
Jon Maloy
1
-0
/
+1
2017-10-16
net: core: rcu-ify rtnl af_ops
Florian Westphal
2
-18
/
+48
2017-10-16
rtnetlink: place link af dump into own helper
Florian Westphal
1
-30
/
+42
2017-10-16
tcp: cdg: make struct tcp_cdg static
Colin Ian King
1
-1
/
+1
2017-10-16
net: dccp: mark expected switch fall-throughs
Gustavo A. R. Silva
2
-1
/
+2
2017-10-16
ipv6: only update __use and lastusetime once per jiffy at most
Wei Wang
1
-4
/
+4
2017-10-16
ipv6: check fn before doing FIB6_SUBTREE(fn)
Wei Wang
1
-4
/
+7
2017-10-16
net: sched: propagate q and parent from caller down to tcf_fill_node
Jiri Pirko
1
-20
/
+35
[next]