index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-40
/
+51
2021-12-29
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
1
-1
/
+7
2021-12-29
Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
1
-0
/
+24
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
5
-0
/
+5
2021-12-29
of: net: support NVMEM cells with MAC in text format
Rafał Miłecki
1
-11
/
+22
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+6
2021-12-21
devlink: Add new "event_eq_size" generic device param
Shay Drory
1
-0
/
+5
2021-12-21
devlink: Add new "io_eq_size" generic device param
Shay Drory
1
-0
/
+5
2021-12-19
flow_offload: add reoffload process to update hw_count
Baowen Zheng
1
-0
/
+4
2021-12-19
flow_offload: allow user to offload tc action to net device
Baowen Zheng
1
-8
/
+34
2021-12-18
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
1
-32
/
+32
2021-12-18
bpf: Introduce MEM_RDONLY flag
Hao Luo
2
-2
/
+2
2021-12-18
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2
-2
/
+2
2021-12-18
xdp: move the if dev statements to the first
Yajun Deng
1
-5
/
+5
2021-12-17
net/sched: flow_dissector: Fix matching on zone id for invalid conns
Paul Blakey
1
-1
/
+2
2021-12-17
net/sched: Extend qdisc control block with tc control block
Paul Blakey
1
-4
/
+4
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-12-16
fib: expand fib_rule_policy
Florian Westphal
1
-1
/
+17
2021-12-16
fib: rules: remove duplicated nla policies
Florian Westphal
1
-2
/
+7
2021-12-16
net: Fix double 0x prefix print in SKB dump
Gal Pressman
1
-1
/
+1
2021-12-14
net: linkwatch: be more careful about dev->linkwatch_dev_tracker
Eric Dumazet
1
-1
/
+12
2021-12-14
Revert "pktgen: use min() to make code cleaner"
David S. Miller
1
-2
/
+3
2021-12-14
pktgen: use min() to make code cleaner
Changcheng Deng
1
-3
/
+2
2021-12-14
net: dev: Change the order of the arguments for the contended condition.
Sebastian Andrzej Siewior
1
-1
/
+1
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-1
/
+1
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2
-4
/
+4
2021-12-13
bpf: Do not WARN in bpf_warn_invalid_xdp_action()
Paolo Abeni
1
-3
/
+3
2021-12-13
net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.
Sebastian Andrzej Siewior
1
-1
/
+5
2021-12-12
net: Enable neighbor sysctls that is save for userns root
xu xin
1
-4
/
+0
2021-12-10
sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.
Kuniyuki Iwashima
1
-2
/
+2
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-6
/
+5
2021-12-10
net: add netns refcount tracker to struct sock
Eric Dumazet
1
-3
/
+3
2021-12-10
net: add networking namespace refcount tracker
Eric Dumazet
1
-0
/
+3
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-15
/
+24
2021-12-08
net-sysfs: warn if new queue objects are being created during device unregist...
Antoine Tenart
1
-0
/
+7
2021-12-08
net-sysfs: update the queue counts in the unregistration path
Antoine Tenart
1
-0
/
+3
2021-12-08
net, neigh: clear whole pneigh_entry at alloc time
Eric Dumazet
1
-2
/
+1
2021-12-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-5
/
+15
2021-12-07
pktgen add net device refcount tracker
Eric Dumazet
1
-3
/
+5
2021-12-07
skbuff: introduce skb_pull_data
Luiz Augusto von Dentz
1
-0
/
+24
2021-12-06
devlink: fix netns refcount leak in devlink_nl_cmd_reload()
Eric Dumazet
1
-8
/
+8
2021-12-06
netpoll: add net device refcount tracker to struct netpoll
Eric Dumazet
1
-2
/
+2
2021-12-06
net: failover: add net device refcount tracker
Eric Dumazet
1
-2
/
+2
2021-12-06
net: linkwatch: add net device refcount tracker
Eric Dumazet
1
-2
/
+2
2021-12-06
net: add net device refcount tracker to struct netdev_adjacent
Eric Dumazet
1
-3
/
+4
2021-12-06
net: add net device refcount tracker to struct neigh_parms
Eric Dumazet
1
-3
/
+3
2021-12-06
net: add net device refcount tracker to struct pneigh_entry
Eric Dumazet
1
-4
/
+4
2021-12-06
net: add net device refcount tracker to struct neighbour
Eric Dumazet
1
-2
/
+2
2021-12-06
net: dst: add net device refcount tracking to dst_entry
Eric Dumazet
1
-4
/
+4
2021-12-06
drop_monitor: add net device refcount tracker
Eric Dumazet
1
-3
/
+3
[next]