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
2020-08-01
fib: fix another fib_rules_ops indirect call wrapper problem
Brian Vazquez
1
-0
/
+6
2020-07-31
rtnetlink: add support for protodown reason
Roopa Prabhu
2
-5
/
+133
2020-07-31
tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
1
-1
/
+1
2020-07-31
net: Pass NULL to skb_network_protocol() when we don't care about vlan depth
Miaohe Lin
1
-2
/
+1
2020-07-29
fib: fix fib_rules_ops indirect calls wrappers
Brian Vazquez
1
-13
/
+20
2020-07-28
fib: use indirect call wrappers in the most common fib_rules_ops
Brian Vazquez
1
-4
/
+14
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-3
/
+6
2020-07-24
dev: Defer free of skbs in flush_backlog
Subash Abhinov Kasiviswanathan
1
-1
/
+1
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-1
/
+1
2020-07-24
net: switch sock_set_timeout to sockptr_t
Christoph Hellwig
1
-14
/
+12
2020-07-24
net: switch sock_set_timeout to sockptr_t
Christoph Hellwig
1
-6
/
+9
2020-07-24
net: switch sock_setbindtodevice to sockptr_t
Christoph Hellwig
1
-4
/
+3
2020-07-24
net: switch copy_bpf_fprog_from_user to sockptr_t
Christoph Hellwig
2
-5
/
+7
2020-07-24
net/flow_dissector: add packet hash dissection
Ariel Levkovich
1
-0
/
+17
2020-07-24
flow_offload: Move rhashtable inclusion to the source file
Herbert Xu
1
-0
/
+1
2020-07-23
net: dsa: stop overriding master's ndo_get_phys_port_name
Vladimir Oltean
1
-5
/
+0
2020-07-22
devlink: Always use user_ptr[0] for devlink and simplify post_doit
Parav Pandit
1
-94
/
+70
2020-07-22
net: explicitly include <linux/compat.h> in net/core/sock.c
Christoph Hellwig
1
-0
/
+1
2020-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-42
/
+195
2020-07-21
devlink: Constify devlink instance pointer
Parav Pandit
1
-1
/
+1
2020-07-21
devlink: Avoid duplicate check for reload enabled flag
Parav Pandit
1
-1
/
+1
2020-07-21
devlink: Do not hold devlink mutex when initializing devlink fields
Parav Pandit
1
-1
/
+1
2020-07-21
net-sysfs: add a newline when printing 'tx_timeout' by sysfs
Xiongfeng Wang
1
-1
/
+1
2020-07-21
udp: Copy has_conns in reuseport_grow().
Kuniyuki Iwashima
1
-0
/
+1
2020-07-21
bpf: Make btf_sock_ids global
Yonghong Song
1
-28
/
+2
2020-07-21
bpf: Compute bpf_skc_to_*() helper socket btf ids at build time
Yonghong Song
1
-31
/
+18
2020-07-20
net: Call into DSA netdevice_ops wrappers
Florian Fainelli
2
-0
/
+10
2020-07-20
net: Wrap ndo_do_ioctl() to prepare for DSA stacked ops
Florian Fainelli
1
-7
/
+17
2020-07-19
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
1
-14
/
+0
2020-07-19
net/ipv6: remove compat_ipv6_{get,set}sockopt
Christoph Hellwig
1
-10
/
+0
2020-07-19
net: remove compat_sock_common_{get,set}sockopt
Christoph Hellwig
1
-24
/
+6
2020-07-19
net: simplify cBPF setsockopt compat handling
Christoph Hellwig
2
-20
/
+33
2020-07-17
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
1
-0
/
+3
2020-07-17
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
1
-0
/
+180
2020-07-17
rtnetlink: Fix memory(net_device) leak when ->newlink fails
Weilong Chen
1
-1
/
+2
2020-07-16
Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"
Petr Machata
1
-2
/
+2
2020-07-16
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
1
-0
/
+9
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+8
2020-07-13
devlink: Fix use-after-free when destroying health reporters
Ido Schimmel
1
-4
/
+8
2020-07-13
net: make symbol 'flush_works' static
Wei Yongjun
1
-1
/
+1
2020-07-13
net: sched: Pass qdisc reference in struct flow_block_offload
Petr Machata
1
-5
/
+7
2020-07-13
net: core: kerneldoc fixes
Andrew Lunn
1
-0
/
+1
2020-07-13
bpf: Resolve BTF IDs in vmlinux image
Jiri Olsa
1
-2
/
+7
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
7
-38
/
+94
2020-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-37
/
+93
2020-07-10
devlink: Add devlink health port reporters API
Vladyslav Tarasiuk
1
-0
/
+50
2020-07-10
devlink: Implement devlink health reporters on per-port basis
Vladyslav Tarasiuk
1
-17
/
+77
2020-07-10
devlink: Create generic devlink health reporter search function
Vladyslav Tarasiuk
1
-4
/
+14
2020-07-10
devlink: Rework devlink health reporter destructor
Vladyslav Tarasiuk
1
-13
/
+24
2020-07-10
devlink: Refactor devlink health reporter constructor
Vladyslav Tarasiuk
1
-17
/
+28
[next]