index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: style cleanups
stephen hemminger
2017-08-19
1
-32
/
+36
*
net: mark receive queue attributes ro_after_init
stephen hemminger
2017-08-19
1
-12
/
+13
*
net: make queue attributes ro_after_init
stephen hemminger
2017-08-19
1
-21
/
+19
*
net: make BQL sysfs attributes ro_after_init
stephen hemminger
2017-08-19
1
-11
/
+11
*
net: drop unused attribute argument from sysfs queue funcs
stephen hemminger
2017-08-19
1
-26
/
+11
*
net: make net sysfs attributes ro_after_init
stephen hemminger
2017-08-19
1
-2
/
+2
*
net: constify net_ns_type_operations
stephen hemminger
2017-08-19
1
-1
/
+1
*
net: make net_class ro_after_init
stephen hemminger
2017-08-19
1
-1
/
+1
*
net: constify netdev_class_file
stephen hemminger
2017-08-19
1
-2
/
+2
*
net: don't decrement kobj reference count on init failure
stephen hemminger
2017-08-19
1
-12
/
+10
*
xdp: adjust xdp redirect tracepoint to include return error code
Jesper Dangaard Brouer
2017-08-19
1
-7
/
+12
*
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
Eric Dumazet
2017-08-19
1
-3
/
+3
*
bpf: reuse tc bpf prologue for sk skb progs
Daniel Borkmann
2017-08-17
1
-37
/
+10
*
bpf: no need to nullify ri->map in xdp_do_redirect
Daniel Borkmann
2017-08-17
1
-1
/
+0
*
qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs
Jesper Dangaard Brouer
2017-08-16
1
-0
/
+1
*
bpf: add access to sock fields and pkt data from sk_skb programs
John Fastabend
2017-08-16
1
-0
/
+169
*
bpf: sockmap with sk redirect support
John Fastabend
2017-08-16
1
-0
/
+43
*
bpf: introduce new program type for skbs on sockets
John Fastabend
2017-08-16
1
-0
/
+36
*
net: fixes for skb_send_sock
John Fastabend
2017-08-16
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-16
1
-0
/
+2
|
\
|
*
bpf: fix two missing target_size settings in bpf_convert_ctx_access
Daniel Borkmann
2017-08-11
1
-0
/
+2
*
|
dsa: fix flow disector null pointer
Craig Gallek
2017-08-16
1
-1
/
+1
*
|
net: export some generic xdp helpers
Jason Wang
2017-08-14
1
-6
/
+8
*
|
rtnelink: Move link dump consistency check out of the loop
Jakub Sitnicki
2017-08-14
1
-4
/
+2
*
|
net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.
Tonghao Zhang
2017-08-11
1
-2
/
+1
*
|
rtnetlink: fallback to UNSPEC if current family has no doit callback
Florian Westphal
2017-08-10
1
-0
/
+6
*
|
rtnetlink: init handler refcounts to 1
Florian Westphal
2017-08-10
1
-1
/
+6
*
|
rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu
Florian Westphal
2017-08-10
1
-4
/
+12
*
|
rtnetlink: do not use RTM_GETLINK directly
Florian Westphal
2017-08-10
1
-2
/
+2
*
|
rtnetlink: use rcu_dereference_raw to silence rcu splat
Florian Westphal
2017-08-10
1
-1
/
+1
*
|
net: core: fix compile error inside flow_dissector due to new dsa callback
John Crispin
2017-08-10
1
-0
/
+2
*
|
net-next: dsa: fix flow dissection
John Crispin
2017-08-10
1
-0
/
+12
*
|
net: call newid/getid without rtnl mutex held
Florian Westphal
2017-08-10
1
-2
/
+3
*
|
rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED
Florian Westphal
2017-08-10
1
-0
/
+15
*
|
rtnetlink: protect handler table with rcu
Florian Westphal
2017-08-10
1
-56
/
+65
*
|
rtnetlink: small rtnl lock pushdown
Florian Westphal
2017-08-10
1
-6
/
+13
*
|
rtnetlink: add reference counting to prevent module unload while dump is in p...
Florian Westphal
2017-08-10
1
-1
/
+13
*
|
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
2017-08-10
4
-28
/
+28
*
|
rtnetlink: call rtnl_calcit directly
Florian Westphal
2017-08-10
1
-25
/
+4
*
|
bpf: add BPF_J{LT,LE,SLT,SLE} instructions
Daniel Borkmann
2017-08-10
1
-4
/
+17
*
|
sock: fix zerocopy panic in mem accounting
Willem de Bruijn
2017-08-10
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-10
1
-1
/
+1
|
\
|
|
*
net: avoid skb_warn_bad_offload false positives on UFO
Willem de Bruijn
2017-08-09
1
-1
/
+1
*
|
ipv6: sr: define core operations for seg6local lightweight tunnel
David Lebrun
2017-08-07
1
-0
/
+2
*
|
lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPL
Roopa Prabhu
2017-08-07
1
-13
/
+13
*
|
sock: ulimit on MSG_ZEROCOPY pages
Willem de Bruijn
2017-08-04
1
-0
/
+48
*
|
sock: MSG_ZEROCOPY notification coalescing
Willem de Bruijn
2017-08-04
1
-7
/
+92
*
|
sock: enable MSG_ZEROCOPY
Willem de Bruijn
2017-08-04
2
-31
/
+21
*
|
sock: add SOCK_ZEROCOPY sockopt
Willem de Bruijn
2017-08-04
2
-0
/
+21
*
|
sock: add MSG_ZEROCOPY
Willem de Bruijn
2017-08-04
3
-21
/
+169
[next]