Sign in
android-kvm
/
linux
/
dd7bc8158b413e0b580c491e8bd18cb91057c7c2
/
net
/
core
526f3d9
cgroup, netclassid: remove double cond_resched
by Jiri Slaby
· 4 years, 11 months ago
dfa7490
xdp: Reset prog in dev_change_xdp_fd when fd is negative
by David Ahern
· 5 years ago
40fc7ad
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
5f0224a
net-sysfs: remove redundant assignment to variable ret
by Colin Ian King
· 5 years ago
8e368dc
bpf: Fix use of sk->sk_reuseport from sk_assign
by Joe Stringer
· 5 years ago
a4837980
net: revert default NAPI poll timeout to 2 jiffies
by Konstantin Khlebnikov
· 5 years ago
19e16d2
neigh: support smaller retrans_time settting
by Hangbin Liu
· 5 years ago
c427bfe
net: core: enable SO_BINDTODEVICE for non-root users
by Vincent Bernat
· 5 years ago
7a1ca97
net, sk_msg: Don't use RCU_INIT_POINTER on sk_user_data
by Jakub Sitnicki
· 5 years ago
5a470b1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
ed52f2c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
d9679cd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 5 years ago
c064875
devlink: Allow setting of packet trap group parameters
by Ido Schimmel
· 5 years ago
f9f5439
devlink: Add packet trap group parameters support
by Ido Schimmel
· 5 years ago
1e8c661
devlink: Add packet trap policers support
by Ido Schimmel
· 5 years ago
7ae215d
bpf: Don't refcount LISTEN sockets in sk_assign()
by Joe Stringer
· 5 years ago
cf7fbe6
bpf: Add socket assign support
by Joe Stringer
· 5 years ago
48bb52c
devlink: Add auto dump flag to health reporter
by Eran Ben Elisha
· 5 years ago
ba7d16c
devlink: Implicitly set auto recover flag when registering health reporter
by Eran Ben Elisha
· 5 years ago
054eae8
net: devlink: use NL_SET_ERR_MSG_MOD instead of NL_SET_ERR_MSG
by Jiri Pirko
· 5 years ago
cf673ed
net: fix fraglist segmentation reference count leak
by Florian Westphal
· 5 years ago
f76510b
ethtool: add timestamping related string sets
by Michal Kubecek
· 5 years ago
a7a29f9
net: ipv6: add rpl sr tunnel
by Alexander Aring
· 5 years ago
faee676
net: add net available in build_state
by Alexander Aring
· 5 years ago
a08e7fd
net: Fix typo of SKB_SGO_CB_OFFSET
by Cambda Zhu
· 5 years ago
798dda8
net: page pool: allow to pass zero flags to page_pool_init()
by Denis Kirjanov
· 5 years ago
92234c8
xdp: Support specifying expected existing program when attaching XDP
by Toke Høiland-Jørgensen
· 5 years ago
834ebca
bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooks
by Daniel Borkmann
· 5 years ago
0f09abd
bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
by Daniel Borkmann
· 5 years ago
5a52ae4
bpf: Allow to retrieve cgroup v1 classid from v2 hooks
by Daniel Borkmann
· 5 years ago
f318903
bpf: Add netns cookie and enable it for bpf cgroup hooks
by Daniel Borkmann
· 5 years ago
fcf752e
bpf: Enable perf event rb output for bpf cgroup progs
by Daniel Borkmann
· 5 years ago
0e53d9e
bpf: Enable retrieval of socket cookie for bind/post-bind hook
by Daniel Borkmann
· 5 years ago
133a2fe5
netfilter: flowtable: Fix incorrect tc_setup_type type
by wenxu
· 5 years ago
b9a17abf
devlink: implement DEVLINK_CMD_REGION_NEW
by Jacob Keller
· 5 years ago
1210243
devlink: track snapshot id usage count using an xarray
by Jacob Keller
· 5 years ago
7ef19d3
devlink: report error once U32_MAX snapshot ids have been used
by Jacob Keller
· 5 years ago
7000108
devlink: extract snapshot id allocation to helper function
by Jacob Keller
· 5 years ago
47a39f6
devlink: use -ENOSPC to indicate no more room for snapshots
by Jacob Keller
· 5 years ago
cf80fae
devlink: add function to take snapshot while locked
by Jacob Keller
· 5 years ago
6d82f67
devlink: trivial: fix tab in function documentation
by Jacob Keller
· 5 years ago
a0a09f6
devlink: convert snapshot destructor callback to region op
by Jacob Keller
· 5 years ago
e893768
devlink: prepare to support region operations
by Jacob Keller
· 5 years ago
1434021
Merge tag 'mlx5-updates-2020-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 5 years ago
98fed6e
devlink: Rely on driver eswitch thread safety instead of devlink
by Parav Pandit
· 5 years ago
9fb1695
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
2c64605
net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build
by Pablo Neira Ayuso
· 5 years ago
29f3490
net: use indirect call wrappers for skb_copy_datagram_iter()
by Eric Dumazet
· 5 years ago
107f167
devlink: Only pass packet trap group identifier in trap structure
by Ido Schimmel
· 5 years ago
a09b37f
devlink: Stop reference counting packet trap groups
by Ido Schimmel
· 5 years ago
95ad955
devlink: Add API to register packet trap groups
by Ido Schimmel
· 5 years ago
1454c9f
net: Make skb_segment not to compute checksum if network controller supports checksumming
by Yadu Kishore
· 5 years ago
357b6cc
netfilter: revert introduction of egress hook
by Daniel Borkmann
· 5 years ago
a58741e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 5 years ago
2de9780
net: core: dev.c: fix a documentation warning
by Mauro Carvalho Chehab
· 5 years ago
9000edb
net: ethtool: require drivers to set supported_coalesce_params
by Jakub Kicinski
· 5 years ago
8537f78
netfilter: Introduce egress hook
by Lukas Wunner
· 5 years ago
5418d38
netfilter: Generalize ingress hook
by Lukas Wunner
· 5 years ago
b030f19
netfilter: Rename ingress hook include file
by Lukas Wunner
· 5 years ago
44ef976
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
6a64037
bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER
by Björn Töpel
· 5 years ago
242a6df
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
1d34357
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
d831ee8
bpf: Add bpf_xdp_output() helper
by Eelco Chaudron
· 5 years ago
ee1c45e
flow_offload: Add flow_match_ct to get rule ct match
by Paul Blakey
· 5 years ago
bf3347c
Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 5 years ago
7c4046b
Revert "net: sched: make newly activated qdiscs visible"
by Julian Wiedmann
· 5 years ago
4cda752
net: sched: make newly activated qdiscs visible
by Julian Wiedmann
· 5 years ago
90db6d7
bpf, sockmap: Remove bucket->lock from sock_{hash|map}_free
by John Fastabend
· 5 years ago
1e09e58
pktgen: Allow on loopback device
by Lukas Wunner
· 5 years ago
d752a49
net: memcg: late association of sock to memcg
by Shakeel Butt
· 5 years ago
018d26f
cgroup, netclassid: periodically release file_lock on classid updating
by Dmitry Yakunin
· 5 years ago
7b98cd4
bpf: sockmap: Add UDP support
by Lorenz Bauer
· 5 years ago
cb21802
bpf: sockmap: Simplify sock_map_init_proto
by Lorenz Bauer
· 5 years ago
f747632
bpf: sockmap: Move generic sockmap hooks from BPF TCP
by Lorenz Bauer
· 5 years ago
d19da36
bpf: tcp: Move assertions into tcp_bpf_get_proto
by Lorenz Bauer
· 5 years ago
7b70973
bpf: sockmap: Only check ULP for TCP sockets
by Lorenz Bauer
· 5 years ago
cf62089
bpf: Add gso_size to __sk_buff
by Willem de Bruijn
· 5 years ago
acf1ee4
devlink: Introduce devlink port flavour virtual
by Parav Pandit
· 5 years ago
ff3b63b
devlink: validate length of region addr/len
by Jakub Kicinski
· 5 years ago
8750939
devlink: validate length of param values
by Jakub Kicinski
· 5 years ago
9f0ca0c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
e427cad
net: datagram: drop 'destructor' argument from several helpers
by Paolo Abeni
· 5 years ago
d2afb41
net: core: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 5 years ago
1ed4d92
bpf: INET_DIAG support in bpf_sk_storage
by Martin KaFai Lau
· 5 years ago
9f6e055
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
ef6a4c8
net: fix sysfs permssions when device changes network namespace
by Christian Brauner
· 5 years ago
d755407
net-sysfs: add queue_change_owner()
by Christian Brauner
· 5 years ago
e6dee9f
net-sysfs: add netdev_change_owner()
by Christian Brauner
· 5 years ago
2eb51c7
net: core: devlink.c: Use built-in RCU list checking
by Madhuparna Bhowmik
· 5 years ago
6e11d15
net: Fix Tx hash bound checking
by Amritha Nambiar
· 5 years ago
5a2e106
devlink: extend devlink_trap_report() to accept cookie and pass
by Jiri Pirko
· 5 years ago
742b8cc
drop_monitor: extend by passing cookie from driver
by Jiri Pirko
· 5 years ago
85b0589
devlink: add trap metadata type for cookie
by Jiri Pirko
· 5 years ago
2008495
flow_offload: pass action cookie through offload structures
by Jiri Pirko
· 5 years ago
3d9f773c
bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.
by David Miller
· 5 years ago
ecd942a
devlink: add ACL generic packet traps
by Jiri Pirko
· 5 years ago
366ed1ac
net: Remove unneeded export of a couple of xdp generic functions
by David Ahern
· 5 years ago
6132c1d
net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_table_register()
by Madhuparna Bhowmik
· 5 years ago
b105e8e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
Next »