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
2022-03-09
tcp: adjust TSO packet sizes based on min_rtt
Eric Dumazet
3
-12
/
+29
2022-03-09
tcp: autocork: take MSG_EOR hint into consideration
Eric Dumazet
1
-1
/
+2
2022-03-09
net/smc: fix -Wmissing-prototypes warning when CONFIG_SYSCTL not set
Dust Li
1
-2
/
+2
2022-03-09
skb: make drop reason booleanable
Jakub Kicinski
3
-21
/
+23
2022-03-09
net: dsa: felix: avoid early deletion of host FDB entries
Vladimir Oltean
3
-18
/
+62
2022-03-09
net: dsa: be mostly no-op in dsa_slave_set_mac_address when down
Vladimir Oltean
1
-0
/
+7
2022-03-09
net: dsa: move port lists initialization to dsa_port_touch
Vladimir Oltean
1
-10
/
+8
2022-03-09
net: dsa: warn if port lists aren't empty in dsa_port_teardown
Vladimir Oltean
1
-16
/
+3
2022-03-08
SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPP
Samuel Thibault
1
-2
/
+2
2022-03-08
mptcp: add fullmesh flag check for adding address
Geliang Tang
1
-0
/
+6
2022-03-08
mptcp: strict local address ID selection
Paolo Abeni
4
-23
/
+63
2022-03-08
mptcp: introduce implicit endpoints
Paolo Abeni
1
-17
/
+44
2022-03-08
mptcp: more careful RM_ADDR generation
Paolo Abeni
1
-6
/
+4
2022-03-08
mptcp: use MPTCP_SUBFLOW_NODATA
Geliang Tang
1
-4
/
+4
2022-03-08
mptcp: add tracepoint in mptcp_sendmsg_frag
Geliang Tang
1
-0
/
+1
2022-03-08
net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridges
Tobias Waldekranz
1
-3
/
+12
2022-03-07
net: rtnetlink: fix error handling in rtnl_fill_statsinfo()
Tom Rix
1
-1
/
+1
2022-03-07
net: dsa: return success if there was nothing to do
Tom Rix
1
-2
/
+2
2022-03-07
net/smc: fix compile warning for smc_sysctl
Dust Li
4
-31
/
+15
2022-03-07
phonet: Use netif_rx().
Sebastian Andrzej Siewior
1
-4
/
+4
2022-03-07
bluetooth: Use netif_rx().
Sebastian Andrzej Siewior
2
-2
/
+2
2022-03-07
batman-adv: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-07
tipc: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-07
ptp: Add generic PTP is_sync() function
Kurt Kanzenbach
1
-0
/
+12
2022-03-06
wireless: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-06
can: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-06
Revert "net/smc: don't req_notify until all CQEs drained"
Dust Li
1
-28
/
+21
2022-03-05
net: dsa: tag_rtl8_4: add rtl8_4t trailing variant
Luiz Angelo Daros de Luca
1
-36
/
+116
2022-03-04
mptcp: add the mibs for MP_RST
Geliang Tang
3
-0
/
+6
2022-03-04
mptcp: add the mibs for MP_FASTCLOSE
Geliang Tang
3
-0
/
+7
2022-03-04
Merge tag 'for-net-next-2022-03-04' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
6
-43
/
+58
2022-03-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+5
2022-03-04
Bluetooth: use memset avoid memory leaks
Minghao Chi (CGEL ZTE)
1
-0
/
+1
2022-03-04
Bluetooth: move adv_instance_cnt read within the device lock
Niels Dossche
1
-1
/
+3
2022-03-04
Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evt
Niels Dossche
1
-7
/
+12
2022-03-04
Bluetooth: make array bt_uuid_any static const
Colin Ian King
1
-1
/
+3
2022-03-04
Bluetooth: 6lowpan: No need to clear memory twice
Christophe JAILLET
1
-1
/
+0
2022-03-04
Bluetooth: Improve skb handling in mgmt_device_connected()
Radoslaw Biernacki
2
-17
/
+23
2022-03-04
Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()
Radoslaw Biernacki
2
-10
/
+13
2022-03-04
Bluetooth: mgmt: Remove unneeded variable
Minghao Chi
1
-5
/
+2
2022-03-04
Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()
Tom Rix
1
-1
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for __netif_receive_skb_core()
Menglong Dong
1
-3
/
+5
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_ingress()
Menglong Dong
1
-1
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for do_xdp_generic()
Menglong Dong
1
-1
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Menglong Dong
1
-1
/
+4
2022-03-04
net: dev: add skb drop reasons to __dev_xmit_skb()
Menglong Dong
1
-2
/
+3
2022-03-04
net: skb: introduce the function kfree_skb_list_reason()
Menglong Dong
1
-3
/
+4
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_egress()
Menglong Dong
1
-1
/
+1
2022-03-04
net: dev: Use netif_rx().
Sebastian Andrzej Siewior
1
-3
/
+3
2022-03-04
net: bridge: Use netif_rx().
Sebastian Andrzej Siewior
1
-2
/
+2
[next]