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-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-11
/
+27
2021-07-27
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
1
-10
/
+12
2021-07-27
net: split out SIOCDEVPRIVATE handling from dev_ioctl
Arnd Bergmann
1
-3
/
+22
2021-07-27
net: netlink: add the case when nlh is NULL
Yajun Deng
1
-5
/
+1
2021-07-26
flow_dissector: Fix out-of-bounds warnings
Gustavo A. R. Silva
1
-4
/
+8
2021-07-25
devlink: Fix phys_port_name of virtual port and merge error
Parav Pandit
1
-8
/
+2
2021-07-23
bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
1
-0
/
+34
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-15
/
+53
2021-07-23
net: socket: simplify dev_ifconf handling
Arnd Bergmann
1
-26
/
+29
2021-07-23
net: socket: remove register_gifconf
Arnd Bergmann
1
-33
/
+10
2021-07-23
net: socket: rework SIOC?IFMAP ioctls
Arnd Bergmann
1
-13
/
+52
2021-07-22
net: selftests: add MTU test
Oleksij Rempel
1
-0
/
+12
2021-07-21
ipv6: ioam: Support for IOAM injection with lwtunnels
Justin Iurman
1
-0
/
+2
2021-07-20
memcg: enable accounting for scm_fp_list objects
Vasily Averin
1
-2
/
+2
2021-07-20
memcg: enable accounting for IP address and routing-related objects
Vasily Averin
1
-2
/
+2
2021-07-20
memcg: enable accounting for net_device and Tx/Rx queues
Vasily Averin
1
-3
/
+3
2021-07-18
net: Fix zero-copy head len calculation.
Pravin B Shelar
1
-1
/
+4
2021-07-16
skbuff: Fix a potential race while recycling page_pool packets
Ilias Apalodimas
1
-1
/
+12
2021-07-16
rtnetlink: use nlmsg_notify() in rtnetlink_send()
Yajun Deng
1
-8
/
+1
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-75
/
+62
2021-07-15
af_unix: Implement ->psock_update_sk_prot()
Cong Wang
1
-0
/
+1
2021-07-15
sock_map: Lift socket state restriction for datagram sockets
Cong Wang
1
-20
/
+1
2021-07-15
sock_map: Relax config dependency to CONFIG_NET
Cong Wang
1
-2
/
+0
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-9
/
+21
2021-07-15
bpf, sockmap: Fix potential memory leak on unlikely error case
John Fastabend
1
-5
/
+11
2021-07-15
net_sched: introduce tracepoint trace_qdisc_enqueue()
Qitao Xu
1
-4
/
+16
2021-07-14
Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-5
/
+83
2021-07-13
xdp, net: Fix use-after-free in bpf_xdp_link_release
Xuan Zhuo
1
-4
/
+10
2021-07-09
net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache
Antoine Tenart
1
-0
/
+2
2021-07-08
skbuff: Fix build with SKB extensions disabled
Florian Fainelli
1
-1
/
+2
2021-07-07
sock: unlock on error in sock_setsockopt()
Dan Carpenter
1
-2
/
+4
2021-07-07
bpf: devmap: Implement devmap prog execution for generic XDP
Kumar Kartikeya Dwivedi
1
-18
/
+0
2021-07-07
bpf: cpumap: Implement generic cpumap
Kumar Kartikeya Dwivedi
2
-3
/
+6
2021-07-07
net: core: Split out code to run generic XDP prog
Kumar Kartikeya Dwivedi
1
-31
/
+53
2021-07-07
bpf: Add function for XDP meta data length check
Zvi Effron
1
-2
/
+2
2021-07-06
skbuff: Release nfct refcount on napi stolen or re-used skbs
Paul Blakey
2
-0
/
+14
2021-07-02
sock: fix error in sock_setsockopt()
Eric Dumazet
1
-1
/
+1
2021-07-02
Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2021-07-01
net: sock: extend SO_TIMESTAMPING for PHC binding
Yangbo Lu
1
-3
/
+62
2021-07-01
net: annotate data race around sk_ll_usec
Eric Dumazet
1
-1
/
+1
2021-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
17
-244
/
+1427
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-45
/
+42
2021-06-29
net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}
Vladimir Oltean
1
-2
/
+2
2021-06-29
net: use netdev_info in ndo_dflt_fdb_{add,del}
Vladimir Oltean
1
-3
/
+3
2021-06-29
net: sock: add trace for socket errors
Alexander Aring
1
-0
/
+10
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
2
-3
/
+9
2021-06-28
net: update netdev_rx_csum_fault() print dump only once
Tanner Love
1
-5
/
+9
2021-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-40
/
+43
2021-06-28
xdp: Move the rxq_info.mem clearing to unreg_mem_model()
Jakub Kicinski
1
-5
/
+6
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
[prev]
[next]