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-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+0
2018-09-10
net: Add and use skb_list_del_init().
David S. Miller
1
-4
/
+2
2018-09-10
net: Add and use skb_mark_not_on_list().
David S. Miller
2
-5
/
+5
2018-09-07
tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
Vincent Whitchurch
1
-3
/
+0
2018-09-05
rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/g
Christian Brauner
1
-16
/
+16
2018-09-05
rtnetlink: move type calculation out of loop
Christian Brauner
1
-1
/
+1
2018-09-05
rtnetlink: add rtnl_get_net_ns_capable()
Christian Brauner
1
-4
/
+13
2018-09-05
packet: add sockopt to ignore outgoing packets
Vincent Whitchurch
1
-0
/
+3
2018-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-28
/
+36
2018-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-27
/
+36
2018-09-02
bpf: Fix bpf_msg_pull_data()
Tushar Dave
1
-4
/
+3
2018-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-6
/
+72
2018-09-01
bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockopt
Nikita V. Shirokov
1
-4
/
+21
2018-09-01
xdp: remove redundant variable 'headroom'
Colin Ian King
1
-2
/
+1
2018-08-30
notifier: Remove notifier header file wherever not used
Mukesh Ojha
1
-1
/
+0
2018-08-29
ethtool: drop get_settings and set_settings callbacks
Michal Kubecek
1
-123
/
+35
2018-08-29
net: rtnl: return early from rtnl_unregister_all when protocol isn't registered
Sabrina Dubroca
1
-0
/
+4
2018-08-29
xdp: export xdp_rxq_info_unreg_mem_model
Björn Töpel
1
-2
/
+13
2018-08-29
xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPY
Björn Töpel
1
-0
/
+39
2018-08-29
bpf: fix sg shift repair start offset in bpf_msg_pull_data
Daniel Borkmann
1
-13
/
+13
2018-08-29
bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_data
Daniel Borkmann
1
-1
/
+4
2018-08-29
bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_data
Daniel Borkmann
1
-3
/
+2
2018-08-28
bpf: fix several offset tests in bpf_msg_pull_data
Daniel Borkmann
1
-5
/
+9
2018-08-27
bpf: fix build error with clang
Stefan Agner
1
-1
/
+1
2018-08-26
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-10
/
+6
2018-08-21
Convert net_namespace to new IDA API
Matthew Wilcox
1
-10
/
+6
2018-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-49
/
+33
2018-08-17
bpf: fix redirect to map under tail calls
Daniel Borkmann
1
-38
/
+30
2018-08-16
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
22
-432
/
+2972
2018-08-16
net/xdp: Fix suspicious RCU usage warning
Tariq Toukan
1
-11
/
+3
2018-08-16
Merge tag 'v4.18' into rdma.git for-next
Jason Gunthorpe
12
-125
/
+327
2018-08-14
net: filter: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-14
net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
Jeremy Cline
1
-0
/
+2
2018-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-74
/
+441
2018-08-13
bpf: Introduce bpf_skb_ancestor_cgroup_id helper
Andrey Ignatov
1
-0
/
+28
2018-08-11
net: core: protect rate estimator statistics pointer with lock
Vlad Buslov
1
-8
/
+13
2018-08-11
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
2
-45
/
+78
2018-08-11
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2
-6
/
+283
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
1
-0
/
+8
2018-08-11
net: Add ID (if needed) to sock_reuseport and expose reuseport_lock
Martin KaFai Lau
1
-1
/
+26
2018-08-11
tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket
Martin KaFai Lau
1
-0
/
+1
2018-08-10
xdp: Helpers for disabling napi_direct of xdp_return_frame
Toshiaki Makita
1
-2
/
+4
2018-08-10
bpf: Make redirect_info accessible from modules
Toshiaki Makita
1
-18
/
+11
2018-08-10
net: Export skb_headers_offset_update
Toshiaki Makita
1
-1
/
+2
2018-08-10
Revert "xdp: add NULL pointer check in __xdp_return()"
Björn Töpel
1
-2
/
+1
2018-08-09
net: allow to call netif_reset_xps_queues() under cpus_read_lock
Andrei Vagin
2
-5
/
+19
2018-08-07
flow_dissector: allow dissection of tunnel options from metadata
Simon Horman
1
-1
/
+18
2018-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-32
/
+109
2018-08-06
net: avoid unnecessary sock_flag() check when enable timestamp
Yafang Shao
1
-4
/
+4
2018-08-05
net: check extack._msg before print
Li RongQing
1
-1
/
+2
[next]