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-07-25
devlink: Fix phys_port_name of virtual port and merge error
Parav Pandit
1
-8
/
+2
2021-07-25
tipc: fix an use-after-free issue in tipc_recvmsg
Xin Long
1
-3
/
+5
2021-07-25
can: j1939: j1939_xtp_rx_dat_one(): use separate pointer for session skb cont...
Marc Kleine-Budde
1
-4
/
+4
2021-07-25
can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session s...
Marc Kleine-Budde
1
-4
/
+4
2021-07-25
can: j1939: j1939_session_completed(): use consistent name se_skb for the ses...
Marc Kleine-Budde
1
-4
/
+4
2021-07-25
can: j1939: replace fall through comment by fallthrough pseudo-keyword
Marc Kleine-Budde
1
-5
/
+10
2021-07-25
can: j1939: fix checkpatch warnings
Marc Kleine-Budde
1
-2
/
+3
2021-07-25
can: j1939: j1939_sk_sock_destruct(): correct a grammatical error
gushengxian
1
-1
/
+1
2021-07-25
nfc: constify nfc_digital_ops
Krzysztof Kozlowski
1
-1
/
+1
2021-07-25
nfc: constify nfc_llc_ops
Krzysztof Kozlowski
4
-6
/
+6
2021-07-25
nfc: constify nfc_hci_ops
Krzysztof Kozlowski
1
-1
/
+1
2021-07-25
nfc: constify nfc_ops
Krzysztof Kozlowski
4
-4
/
+4
2021-07-25
nfc: constify nfc_hci_gate
Krzysztof Kozlowski
1
-1
/
+1
2021-07-25
nfc: constify pointer to nfc_vendor_cmd
Krzysztof Kozlowski
1
-1
/
+1
2021-07-25
nfc: constify nci_driver_ops (prop_ops and core_ops)
Krzysztof Kozlowski
1
-8
/
+8
2021-07-25
nfc: constify nci_ops
Krzysztof Kozlowski
1
-3
/
+2
2021-07-25
nfc: constify payload argument in nci_send_cmd()
Krzysztof Kozlowski
1
-1
/
+1
2021-07-24
net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWI...
Vladimir Oltean
3
-1
/
+12
2021-07-24
tipc: do not write skb_shinfo frags when doing decrytion
Xin Long
1
-10
/
+4
2021-07-24
can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....
Zhang Changzhong
1
-1
/
+1
2021-07-24
can: j1939: j1939_session_deactivate(): clarify lifetime of session object
Oleksij Rempel
1
-2
/
+7
2021-07-24
can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF
Ziyang Xuan
1
-2
/
+18
2021-07-23
bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2
-0
/
+49
2021-07-23
bpf: tcp: Bpf iter batching and lock_sock
Martin KaFai Lau
1
-6
/
+231
2021-07-23
tcp: seq_file: Replace listening_hash with lhash2
Martin KaFai Lau
1
-17
/
+18
2021-07-23
tcp: seq_file: Add listening_get_first()
Martin KaFai Lau
1
-20
/
+39
2021-07-23
bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_state
Martin KaFai Lau
1
-20
/
+5
2021-07-23
tcp: seq_file: Refactor net and family matching
Martin KaFai Lau
1
-38
/
+30
2021-07-23
tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos
Martin KaFai Lau
1
-2
/
+3
2021-07-23
Merge tag 'mac80211-for-net-2021-07-23' of git://git.kernel.org/pub/scm/linux...
David S. Miller
7
-33
/
+63
2021-07-23
net: qrtr: fix memory leaks
Pavel Skripkin
1
-1
/
+5
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
6
-10
/
+41
2021-07-23
mpls: defer ttl decrement in mpls_forward()
Kangmin Park
1
-1
/
+1
2021-07-23
ipv6: decrease hop limit counter in ip6_forward()
Kangmin Park
1
-2
/
+3
2021-07-23
net: Set true network header for ECN decapsulation
Gilad Naaman
1
-1
/
+1
2021-07-23
tipc: fix sleeping in tipc accept routine
Hoang Le
1
-5
/
+4
2021-07-23
tipc: fix implicit-connect for SYN+
Xin Long
1
-8
/
+13
2021-07-23
net: dsa: tag_dsa: offload the bridge forwarding process
Tobias Waldekranz
1
-8
/
+44
2021-07-23
net: dsa: add support for bridge TX forwarding offload
Vladimir Oltean
3
-1
/
+86
2021-07-23
net: dsa: track the number of switches in a tree
Vladimir Oltean
1
-0
/
+3
2021-07-23
net: bridge: switchdev: allow the TX data plane forwarding to be offloaded
Tobias Waldekranz
5
-6
/
+114
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
24
-75
/
+190
2021-07-23
net: socket: rework compat_ifreq_ioctl()
Arnd Bergmann
5
-47
/
+74
2021-07-23
net: socket: simplify dev_ifconf handling
Arnd Bergmann
2
-71
/
+43
2021-07-23
net: socket: remove register_gifconf
Arnd Bergmann
2
-36
/
+11
2021-07-23
net: socket: rework SIOC?IFMAP ioctls
Arnd Bergmann
2
-50
/
+54
2021-07-23
ethtool: improve compat ioctl handling
Arnd Bergmann
2
-140
/
+121
2021-07-23
netfilter: nfnl_hook: fix unused variable warning
Arnd Bergmann
1
-0
/
+2
2021-07-23
netfilter: nft_nat: allow to specify layer 4 protocol NAT only
Pablo Neira Ayuso
1
-1
/
+3
2021-07-23
netfilter: conntrack: adjust stop timestamp to real expiry value
Florian Westphal
1
-1
/
+6
[prev]
[next]