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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-16
bpf: add access to sock fields and pkt data from sk_skb programs
John Fastabend
1
-0
/
+169
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
1
-0
/
+43
2017-08-16
bpf: introduce new program type for skbs on sockets
John Fastabend
1
-0
/
+36
2017-08-16
net: fixes for skb_send_sock
John Fastabend
1
-1
/
+1
2017-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-08-15
dsa: fix flow disector null pointer
Craig Gallek
1
-1
/
+1
2017-08-13
net: export some generic xdp helpers
Jason Wang
1
-6
/
+8
2017-08-13
rtnelink: Move link dump consistency check out of the loop
Jakub Sitnicki
1
-4
/
+2
2017-08-11
bpf: fix two missing target_size settings in bpf_convert_ctx_access
Daniel Borkmann
1
-0
/
+2
2017-08-11
net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.
Tonghao Zhang
1
-2
/
+1
2017-08-10
rtnetlink: fallback to UNSPEC if current family has no doit callback
Florian Westphal
1
-0
/
+6
2017-08-10
rtnetlink: init handler refcounts to 1
Florian Westphal
1
-1
/
+6
2017-08-10
rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu
Florian Westphal
1
-4
/
+12
2017-08-10
rtnetlink: do not use RTM_GETLINK directly
Florian Westphal
1
-2
/
+2
2017-08-10
rtnetlink: use rcu_dereference_raw to silence rcu splat
Florian Westphal
1
-1
/
+1
2017-08-10
net: core: fix compile error inside flow_dissector due to new dsa callback
John Crispin
1
-0
/
+2
2017-08-09
net-next: dsa: fix flow dissection
John Crispin
1
-0
/
+12
2017-08-09
net: call newid/getid without rtnl mutex held
Florian Westphal
1
-2
/
+3
2017-08-09
rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED
Florian Westphal
1
-0
/
+15
2017-08-09
rtnetlink: protect handler table with rcu
Florian Westphal
1
-56
/
+65
2017-08-09
rtnetlink: small rtnl lock pushdown
Florian Westphal
1
-6
/
+13
2017-08-09
rtnetlink: add reference counting to prevent module unload while dump is in progress
Florian Westphal
1
-1
/
+13
2017-08-09
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
4
-28
/
+28
2017-08-09
rtnetlink: call rtnl_calcit directly
Florian Westphal
1
-25
/
+4
2017-08-09
bpf: add BPF_J{LT,LE,SLT,SLE} instructions
Daniel Borkmann
1
-4
/
+17
2017-08-09
sock: fix zerocopy panic in mem accounting
Willem de Bruijn
1
-2
/
+2
2017-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-08-08
net: avoid skb_warn_bad_offload false positives on UFO
Willem de Bruijn
1
-1
/
+1
2017-08-07
ipv6: sr: define core operations for seg6local lightweight tunnel
David Lebrun
1
-0
/
+2
2017-08-07
lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPL
Roopa Prabhu
1
-13
/
+13
2017-08-03
sock: ulimit on MSG_ZEROCOPY pages
Willem de Bruijn
1
-0
/
+48
2017-08-03
sock: MSG_ZEROCOPY notification coalescing
Willem de Bruijn
1
-7
/
+92
2017-08-03
sock: enable MSG_ZEROCOPY
Willem de Bruijn
2
-31
/
+21
2017-08-03
sock: add SOCK_ZEROCOPY sockopt
Willem de Bruijn
2
-0
/
+21
2017-08-03
sock: add MSG_ZEROCOPY
Willem de Bruijn
3
-21
/
+169
2017-08-03
sock: skb_copy_ubufs support for compound pages
Willem de Bruijn
1
-15
/
+38
2017-08-03
sock: allocate skbs from optmem
Willem de Bruijn
1
-0
/
+27
2017-08-03
net: fib_rules: Implement notification logic in core
Ido Schimmel
1
-0
/
+63
2017-08-03
net: core: Make the FIB notification chain generic
Ido Schimmel
2
-1
/
+166
2017-08-03
bpf: fix the printing of ifindex
William Tu
1
-4
/
+6
2017-08-02
flow_dissector: remove unused functions
WANG Cong
1
-45
/
+0
2017-08-02
net: Allow IPsec GSO for local sockets
Steffen Klassert
1
-1
/
+1
2017-08-01
net: add skb_frag_foreach_page and use with kmap_atomic
Willem de Bruijn
1
-29
/
+59
2017-08-01
skbuff: Function to send an skbuf on a socket
Tom Herbert
1
-0
/
+101
2017-08-01
proto_ops: Add locked held versions of sendmsg and sendpage
Tom Herbert
1
-0
/
+22
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+3
2017-07-29
net: ethtool: add support for forward error correction modes
Vidya Sagar Ravipati
1
-0
/
+34
2017-07-29
net: check dev->addr_len for dev_set_mac_address()
WANG Cong
1
-0
/
+2
2017-07-26
netpoll: Fix device name check in netpoll_setup()
Matthias Kaehlcke
1
-1
/
+1
2017-07-24
skbuff: re-add check for NULL skb->head in kfree_skb path
Florian Westphal
1
-1
/
+2
[prev]
[next]