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-22
tipc: refactor tipc_sk_timeout() function
Jon Maloy
1
-26
/
+23
2017-10-22
net: sched: mark expected switch fall-throughs
Gustavo A. R. Silva
10
-0
/
+10
2017-10-22
net: rose: mark expected switch fall-throughs
Gustavo A. R. Silva
2
-0
/
+3
2017-10-22
openvswitch: conntrack: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-10-22
net: netrom: nr_in: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2017-10-21
tipc: fix broken tipc_poll() function
Jon Maloy
1
-3
/
+2
2017-10-21
net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*
Jiri Pirko
5
-83
/
+0
2017-10-21
dsa: Convert ndo_setup_tc offloads to block callbacks
Jiri Pirko
1
-11
/
+53
2017-10-21
net: sched: cls_bpf: call block callbacks for offload
Jiri Pirko
1
-8
/
+32
2017-10-21
net: sched: cls_u32: call block callbacks for offload
Jiri Pirko
1
-20
/
+52
2017-10-21
net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnode
Jiri Pirko
1
-8
/
+8
2017-10-21
net: sched: cls_matchall: call block callbacks for offload
Jiri Pirko
1
-27
/
+45
2017-10-21
net: sched: use tc_setup_cb_call to call per-block callbacks
Jiri Pirko
2
-6
/
+24
2017-10-21
net: sched: introduce per-block callbacks
Jiri Pirko
1
-0
/
+105
2017-10-21
net: sched: use extended variants of block_get/put in ingress and clsact qdiscs
Jiri Pirko
1
-7
/
+29
2017-10-21
net: sched: add block bind/unbind notif. and extended block_get/put
Jiri Pirko
1
-3
/
+53
2017-10-21
ipv6: let trace_fib6_table_lookup() dereference the fib table
Paolo Abeni
1
-6
/
+6
2017-10-21
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
4
-171
/
+241
2017-10-21
ipv4: ipv4_default_advmss() should use route mtu
Eric Dumazet
1
-1
/
+1
2017-10-21
Merge branch 'ieee802154-for-davem-2017-10-18' of git://git.kernel.org/pub/sc...
David S. Miller
1
-3
/
+3
2017-10-21
tcp: fix tcp_send_syn_data()
Eric Dumazet
1
-0
/
+1
2017-10-21
ipv6: remove from fib tree aged out RTF_CACHE dst
Paolo Abeni
1
-1
/
+11
2017-10-21
ipv6: start fib6 gc on RTF_CACHE dst creation
Paolo Abeni
1
-1
/
+3
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
1
-1
/
+1
2017-10-20
net: ipv4: Change fib notifiers to take a fib_alias
David Ahern
1
-24
/
+15
2017-10-20
tcp: socket option to set TCP fast open key
Yuchung Cheng
4
-17
/
+76
2017-10-20
net: Add extack to validator_info structs used for address notifier
David Ahern
2
-13
/
+17
2017-10-20
net: ipv6: Make inet6addr_validator a blocking notifier
David Ahern
2
-11
/
+19
2017-10-20
ipv6: addrconf: cleanup locking in ipv6_add_addr
David Ahern
1
-44
/
+60
2017-10-20
net/sched: Set the net-device for egress device instance
Or Gerlitz
1
-0
/
+1
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
Merge remote-tracking branch 'net-next/master'
Stefan Schmidt
308
-4064
/
+9976
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
[next]