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
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-2
/
+2
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-2
/
+1
2024-09-03
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
3
-8
/
+7
2024-09-02
netdev-genl: Set extack and fix error on napi-get
Joe Damato
1
-3
/
+5
2024-08-31
bpf: Unmask upper DSCP bits in __bpf_redirect_neigh_v4()
Ido Schimmel
1
-1
/
+1
2024-08-29
net: prefer strscpy over strcpy
Hongbo Li
1
-1
/
+1
2024-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+4
2024-08-27
tc: adjust network header after 2nd vlan push
Boris Sukholitko
2
-1
/
+2
2024-08-26
ethtool: check device is present when getting link settings
Jamie Bainbridge
1
-1
/
+1
2024-08-26
net: Correct spelling in net/core
Simon Horman
9
-20
/
+20
2024-08-26
netpoll: Ensure clean state on setup failures
Breno Leitao
1
-5
/
+10
2024-08-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+16
2024-08-26
Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-0
/
+1
2024-08-24
net: refactor ->ndo_bpf calls into dev_xdp_propagate
Mina Almasry
1
-0
/
+9
2024-08-23
rtnetlink: delete redundant judgment statements
Li Zetao
1
-2
/
+1
2024-08-23
neighbour: delete redundant judgment statements
Li Zetao
1
-2
/
+1
2024-08-23
fib: rules: delete redundant judgment statements
Li Zetao
1
-2
/
+1
2024-08-23
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
1
-0
/
+15
2024-08-22
pktgen: use cpus_read_lock() in pg_net_init()
Eric Dumazet
1
-1
/
+3
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+0
2024-08-22
bpf: Unmask upper DSCP bits in bpf_fib_lookup() helper
Ido Schimmel
1
-1
/
+2
2024-08-21
netpoll: do not export netpoll_poll_[disable|enable]()
Eric Dumazet
1
-2
/
+0
2024-08-19
net: remove redundant check in skb_shift()
Zhang Changzhong
1
-2
/
+1
2024-08-19
netfilter: nfnetlink_queue: unbreak SCTP traffic
Antonio Ojea
1
-0
/
+1
2024-08-15
netdev: Add missing __percpu qualifier to a cast
Uros Bizjak
1
-1
/
+1
2024-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+17
2024-08-13
net: netpoll: extract core of netpoll_cleanup
Breno Leitao
1
-3
/
+9
2024-08-09
net: Make USO depend on CSUM offload
Jakub Sitnicki
1
-9
/
+17
2024-08-08
bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flags
Alan Maguire
1
-0
/
+16
2024-08-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-08-06
net: linkwatch: use system_unbound_wq
Eric Dumazet
1
-2
/
+2
2024-08-05
net: skbuff: sprinkle more __GFP_NOWARN on ingress allocs
Jakub Kicinski
1
-6
/
+9
2024-08-03
net: Initialise net.core sysctl defaults in preinit_net().
Kuniyuki Iwashima
1
-26
/
+11
2024-08-03
net: Slim down setup_net().
Kuniyuki Iwashima
1
-15
/
+16
2024-08-03
net: Call preinit_net() without pernet_ops_rwsem.
Kuniyuki Iwashima
1
-1
/
+2
2024-08-03
net: Initialise net->passive once in preinit_net().
Kuniyuki Iwashima
1
-2
/
+1
2024-08-03
net: Don't register pernet_operations if only one of id or size is specified.
Kuniyuki Iwashima
1
-4
/
+8
2024-08-02
net: core: annotate socks of struct sock_reuseport with __counted_by
Dmitry Antipov
1
-3
/
+2
2024-07-29
rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...
Kuniyuki Iwashima
1
-1
/
+1
2024-07-29
tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()
Jeongjun Park
1
-0
/
+1
2024-07-25
Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-4
/
+11
2024-07-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+11
2024-07-25
bpf: Fix a segment issue when downgrading gso_size
Fred Li
1
-4
/
+11
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2
-19
/
+19
2024-07-18
net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE
Pablo Neira Ayuso
1
-1
/
+1
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+1
2024-07-15
flow_dissector: set encapsulation control flags for non-IP
Asbjørn Sloth Tønnesen
1
-0
/
+4
2024-07-15
flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGS
Asbjørn Sloth Tønnesen
1
-15
/
+1
2024-07-15
flow_dissector: set encapsulated control flags from tun_flags
Asbjørn Sloth Tønnesen
1
-0
/
+9
2024-07-15
flow_dissector: prepare for encapsulated control flags
Asbjørn Sloth Tønnesen
1
-9
/
+12
[next]