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
2023-01-18
xdp: document xdp_do_flush() before napi_complete_done()
Magnus Karlsson
1
-3
/
+7
2023-01-17
net: kfree_skb_list use kmem_cache_free_bulk
Jesper Dangaard Brouer
1
-1
/
+39
2023-01-17
net: fix call location in kfree_skb_list_reason
Jesper Dangaard Brouer
1
-13
/
+21
2023-01-13
ipv6: remove max_size check inline with ipv4
Jon Maxwell
1
-6
/
+2
2023-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2023-01-09
net: skb: remove old comments about frag_size for build_skb()
Jakub Kicinski
1
-5
/
+3
2023-01-09
gro: take care of DODGY packets
Eric Dumazet
1
-2
/
+3
2023-01-06
sysctl: expose all net/core sysctls inside netns
Mahesh Bandewar
1
-5
/
+0
2023-01-05
devlink: move code to a dedicated directory
Jakub Kicinski
2
-13030
/
+0
2023-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+6
2023-01-05
Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-2
/
+5
2023-01-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+4
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
1
-1
/
+1
2022-12-24
Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+5
2022-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-10
/
+25
2022-12-21
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-0
/
+15
2022-12-20
bpf: pull before calling skb_postpull_rcsum()
Jakub Kicinski
1
-2
/
+5
2022-12-19
net: Introduce sk_use_task_frag in struct sock.
Guillaume Nault
1
-0
/
+1
2022-12-19
bpf: Add flag BPF_F_NO_TUNNEL_KEY to bpf_skb_set_tunnel_key()
Christian Ehrig
1
-1
/
+4
2022-12-19
net: stream: purge sk_error_queue in sk_stream_kill_queues()
Eric Dumazet
1
-0
/
+6
2022-12-19
net: Fix documentation for unregister_netdevice_notifier_net
Miaoqian Lin
1
-1
/
+1
2022-12-16
skbuff: Account for tail adjustment during pull operations
Subash Abhinov Kasiviswanathan
1
-0
/
+3
2022-12-16
devlink: protect devlink dump by the instance lock
Jakub Kicinski
1
-0
/
+3
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+10
2022-12-16
devlink: hold region lock when flushing snapshots
Jakub Kicinski
1
-0
/
+2
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
26
-488
/
+1255
2022-12-13
Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2022-12-12
Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-2
/
+2
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-24
/
+19
2022-12-12
net: failover: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconf
Xin Long
1
-3
/
+3
2022-12-12
net: tso: inline tso_count_descs()
Yunsheng Lin
1
-8
/
+0
2022-12-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-7
/
+38
2022-12-12
Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-12-09
net: devlink: Add missing error check to devlink_resource_put()
Gavrilov Ilia
1
-3
/
+4
2022-12-09
skbuff: Introduce slab_build_skb()
Kees Cook
1
-8
/
+62
2022-12-08
net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCP
Willem de Bruijn
1
-1
/
+8
2022-12-07
devlink: Expose port function commands to control migratable
Shay Drory
1
-0
/
+55
2022-12-07
devlink: Expose port function commands to control RoCE
Shay Drory
1
-0
/
+113
2022-12-07
devlink: Validate port function request
Shay Drory
1
-9
/
+23
2022-12-05
xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...
Eyal Birger
2
-2
/
+15
2022-12-04
bpf, sockmap: fix race in sock_map_free()
Eric Dumazet
1
-0
/
+2
2022-12-04
bpf: Add dummy type reference to nf_conn___init to fix type deduplication
Toke Høiland-Jørgensen
1
-0
/
+14
2022-12-03
net: add netdev_sw_irq_coalesce_default_on()
Heiner Kallweit
1
-0
/
+16
2022-12-02
net: devlink: convert port_list into xarray
Jiri Pirko
1
-30
/
+27
2022-11-30
net: devlink: make the devlink_ops::info_get() callback optional
Vincent Mailhol
1
-7
/
+6
2022-11-30
net: devlink: let the core report the driver name instead of the drivers
Vincent Mailhol
1
-8
/
+18
2022-11-30
devlink: support directly reading from region memory
Jacob Keller
1
-17
/
+63
2022-11-30
devlink: refactor region_read_snapshot_fill to use a callback function
Jacob Keller
1
-9
/
+35
2022-11-30
devlink: remove unnecessary parameter from chunk_fill function
Jacob Keller
1
-8
/
+2
2022-11-30
devlink: find snapshot in devlink_nl_cmd_region_read_dumpit
Jacob Keller
1
-11
/
+14
[next]