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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+0
2018-04-05
headers: untangle kmemleak.h from mm.h
Randy Dunlap
1
-1
/
+0
2018-04-05
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+23
2018-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+5
2018-03-31
ethtool: enable Inline TLS in HW
Atul Gupta
1
-0
/
+1
2018-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-29
/
+452
2018-03-31
net: Do not take net_rwsem in __rtnl_link_unregister()
Kirill Tkhai
2
-3
/
+4
2018-03-31
net: Remove net_rwsem from {, un}register_netdevice_notifier()
Kirill Tkhai
1
-5
/
+0
2018-03-31
bpf: Post-hooks for sys_bind
Andrey Ignatov
1
-14
/
+102
2018-03-31
bpf: Hooks for sys_connect
Andrey Ignatov
1
-0
/
+57
2018-03-31
bpf: Hooks for sys_bind
Andrey Ignatov
1
-0
/
+232
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
1
-14
/
+25
2018-03-30
net: Fix untag for vlan packets without ethernet header
Toshiaki Makita
1
-2
/
+4
2018-03-30
net: Close race between {un, }register_netdevice_notifier() and setup_net()/c...
Kirill Tkhai
1
-0
/
+6
2018-03-30
sfp/phylink: move module EEPROM ethtool access into netdev core ethtool
Russell King
1
-0
/
+7
2018-03-30
net: Call add/kill vid ndo on vlan filter feature toggling
Gal Pressman
1
-0
/
+20
2018-03-30
bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:
John Fastabend
1
-1
/
+1
2018-03-30
bpf: sockmap redirect ingress support
John Fastabend
1
-1
/
+1
2018-03-29
net: Move call_fib_rule_notifiers up in fib_nl_newrule
David Ahern
1
-1
/
+5
2018-03-29
net: Fix fib notifer to return errno
David Ahern
1
-2
/
+8
2018-03-29
net: Introduce net_rwsem to protect net_namespace_list
Kirill Tkhai
4
-5
/
+25
2018-03-28
bpf: Add sock_ops R/W access to ipv4 tos
Nikita V. Shirokov
1
-0
/
+35
2018-03-27
net: Add more comments
Kirill Tkhai
2
-1
/
+3
2018-03-27
net: Rename net_sem to pernet_ops_rwsem
Kirill Tkhai
2
-22
/
+22
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
10
-14
/
+0
2018-03-27
net: Reflect all pernet_operations are converted
Kirill Tkhai
1
-37
/
+6
2018-03-27
net: fix possible out-of-bound read in skb_network_protocol()
Eric Dumazet
1
-1
/
+1
2018-03-26
ethtool: Add support for configuring PFC stall prevention in ethtool
Inbar Karmy
1
-0
/
+6
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
3
-10
/
+10
2018-03-26
net: Drop NETDEV_UNREGISTER_FINAL
Kirill Tkhai
1
-7
/
+0
2018-03-26
net: Make NETDEV_XXX commands enum { }
Kirill Tkhai
1
-0
/
+20
2018-03-26
net/utils: Introduce inet_addr_is_any
Sagi Grimberg
1
-0
/
+23
2018-03-25
net: permit skb_segment on head_frag frag_list skb
Yonghong Song
1
-5
/
+22
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-51
/
+98
2018-03-22
net: Replace ip_ra_lock with per-net mutex
Kirill Tkhai
1
-0
/
+1
2018-03-22
devlink: Remove top_hierarchy arg to devlink_resource_register
David Ahern
1
-1
/
+3
2018-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-1
/
+333
2018-03-20
devlink: Remove redundant free on error path
Arkadi Sharshevsky
1
-12
/
+4
2018-03-19
bpf: sk_msg program helper bpf_sk_msg_pull_data
John Fastabend
1
-1
/
+134
2018-03-19
bpf: sockmap, add msg_cork_bytes() helper
John Fastabend
1
-0
/
+16
2018-03-19
bpf: sockmap, add bpf_msg_apply_bytes() helper
John Fastabend
1
-0
/
+16
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
1
-0
/
+106
2018-03-19
net: generalize sk_alloc_sg to work with scatterlist rings
John Fastabend
1
-11
/
+16
2018-03-19
sock: make static tls function alloc_sg generic sock helper
John Fastabend
1
-0
/
+56
2018-03-16
skbuff: Fix not waking applications when errors are enqueued
Vinicius Costa Gomes
1
-1
/
+1
2018-03-16
net: Use rtnl_lock_killable() in register_netdev()
Kirill Tkhai
1
-1
/
+2
2018-03-16
net: Add rtnl_lock_killable()
Kirill Tkhai
1
-0
/
+6
2018-03-16
net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off
Toshiaki Makita
1
-2
/
+5
2018-03-14
net: use skb_to_full_sk() in skb_update_prio()
Eric Dumazet
1
-7
/
+15
2018-03-14
sock: remove zerocopy sockopt restriction on closed tcp state
Willem de Bruijn
1
-2
/
+0
[next]