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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-03
ipv6: use skb_expand_head in ip6_xmit
Vasily Averin
1
-16
/
+11
2021-08-03
ipv6: use skb_expand_head in ip6_finish_output2
Vasily Averin
1
-35
/
+16
2021-08-03
skbuff: introduce skb_expand_head()
Vasily Averin
1
-0
/
+42
2021-08-03
net: really fix the build...
David S. Miller
1
-1
/
+15
2021-08-03
can: j1939: j1939_session_tx_dat(): fix typo
Marc Kleine-Budde
1
-1
/
+1
2021-08-02
net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB e...
Vladimir Oltean
3
-8
/
+27
2021-08-02
ipv4: Fix refcount warning for new fib_info
David Ahern
1
-1
/
+1
2021-08-02
net/ipv4: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2
-13
/
+14
2021-08-02
net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
Vladimir Oltean
16
-44
/
+23
2021-08-02
nfc: hci: pass callback data param as pointer in nci_request()
Krzysztof Kozlowski
2
-70
/
+65
2021-08-02
net/sched: taprio: Fix init procedure
Yannick Vignon
1
-2
/
+0
2021-08-02
netfilter: ebtables: do not hook tables by default
Florian Westphal
4
-23
/
+137
2021-08-02
net_sched: refactor TC action init API
Cong Wang
33
-159
/
+168
2021-08-02
net, gro: Set inner transport header offset in tcp/udp GRO hook
Jakub Sitnicki
2
-0
/
+7
2021-08-01
netfilter: remove xt pernet data
Florian Westphal
1
-11
/
+0
2021-08-01
netfilter: ipt_CLUSTERIP: use clusterip_net to store pernet warning
Florian Westphal
1
-2
/
+3
2021-08-01
netfilter: ipt_CLUSTERIP: only add arp mangle hook when required
Florian Westphal
1
-17
/
+34
2021-08-01
netfilter: flowtable: remove nf_ct_l4proto_find() call
Pablo Neira Ayuso
1
-10
/
+0
2021-08-01
netfilter: nft_compat: use nfnetlink_unicast()
Pablo Neira Ayuso
1
-5
/
+3
2021-07-31
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-106
/
+377
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
30
-136
/
+296
2021-07-30
Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
29
-134
/
+247
2021-07-30
devlink: Allocate devlink directly in requested net namespace
Leon Romanovsky
1
-18
/
+8
2021-07-30
devlink: Break parameter notification sequence to be before/after unload/load...
Leon Romanovsky
1
-12
/
+20
2021-07-30
unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()
Cong Wang
1
-8
/
+8
2021-07-30
sk_buff: avoid potentially clearing 'slow_gro' field
Paolo Abeni
1
-1
/
+1
2021-07-30
net: netlink: Remove unused function
Yajun Deng
1
-8
/
+0
2021-07-30
nfc: hci: cleanup unneeded spaces
Krzysztof Kozlowski
4
-14
/
+14
2021-07-30
nfc: nci: constify several pointers to u8, sk_buff and other structs
Krzysztof Kozlowski
6
-97
/
+110
2021-07-30
nfc: constify local pointer variables
Krzysztof Kozlowski
3
-6
/
+6
2021-07-30
nfc: constify several pointers to u8, char and sk_buff
Krzysztof Kozlowski
6
-53
/
+61
2021-07-30
nfc: hci: annotate nfc_llc_init() as __init
Krzysztof Kozlowski
1
-1
/
+1
2021-07-30
nfc: annotate af_nfc_exit() as __exit
Krzysztof Kozlowski
1
-1
/
+1
2021-07-30
net: convert fib_treeref from int to refcount_t
Yajun Deng
2
-7
/
+7
2021-07-29
net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge
Vladimir Oltean
12
-20
/
+50
2021-07-29
net/sched: store the last executed chain also for clsact egress
Davide Caratti
17
-43
/
+34
2021-07-29
net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...
Vladimir Oltean
1
-17
/
+10
2021-07-29
mctp: Allow per-netns default networks
Matt Johnston
3
-1
/
+18
2021-07-29
mctp: Add dest neighbour lladdr to route output
Matt Johnston
1
-2
/
+8
2021-07-29
mctp: Implement message fragmentation & reassembly
Jeremy Kerr
2
-41
/
+339
2021-07-29
mctp: Populate socket implementation
Jeremy Kerr
2
-10
/
+419
2021-07-29
mctp: Add neighbour netlink interface
Matt Johnston
1
-3
/
+204
2021-07-29
mctp: Add neighbour implementation
Matt Johnston
4
-1
/
+148
2021-07-29
mctp: Add netlink route management
Matt Johnston
1
-9
/
+249
2021-07-29
mctp: Add initial routing framework
Jeremy Kerr
4
-1
/
+345
2021-07-29
mctp: Add device handling and netlink interface
Jeremy Kerr
3
-1
/
+423
2021-07-29
mctp: Add base socket/protocol definitions
Jeremy Kerr
1
-0
/
+163
2021-07-29
mctp: Add MCTP base
Jeremy Kerr
7
-0
/
+33
2021-07-29
Bluetooth: skip invalid hci_sync_conn_complete_evt
Desmond Cheong Zhi Xi
1
-0
/
+15
2021-07-29
skbuff: allow 'slow_gro' for skb carring sock reference
Paolo Abeni
2
-4
/
+15
[prev]
[next]