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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-05
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
David S. Miller
3
-18
/
+87
2022-01-05
can: netlink: report the CAN controller mode supported flags
Vincent Mailhol
2
-1
/
+43
2022-01-05
can: dev: reorder struct can_priv members for better packing
Vincent Mailhol
1
-3
/
+3
2022-01-05
can: dev: add sanity check in can_set_static_ctrlmode()
Vincent Mailhol
3
-6
/
+19
2022-01-05
can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()
Vincent Mailhol
3
-5
/
+9
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
32
-175
/
+116
2022-01-05
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
30
-76
/
+110
2022-01-05
can: do not copy the payload of RTR frames
Vincent Mailhol
3
-12
/
+14
2022-01-05
can: kvaser_usb: do not increase tx statistics when sending error message frames
Vincent Mailhol
1
-1
/
+6
2022-01-05
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
27
-108
/
+17
2022-01-05
can: etas_es58x: es58x_init_netdev: populate net_device::dev_port
Vincent Mailhol
1
-0
/
+1
2022-01-05
can: sja1000: sp_probe(): use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-7
/
+8
2022-01-05
can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-5
/
+3
2022-01-05
can: kvaser_usb: make use of units.h in assignment of frequency
Jimmy Assarsson
2
-7
/
+9
2022-01-05
can: mcp251x: mcp251x_gpio_setup(): Get rid of duplicate of_node assignment
Andy Shevchenko
1
-3
/
+0
2022-01-05
can: usb_8dev: remove unused member echo_skb from struct usb_8dev_priv
Marc Kleine-Budde
1
-2
/
+0
2022-01-04
Revert "net: wwan: iosm: Keep device at D0 for s2idle case"
M Chetan Kumar
1
-3
/
+0
2022-01-04
sfc: The RX page_ring is optional
Martin Habets
2
-0
/
+10
2022-01-04
iavf: Fix limit of total number of queues to active queues of VF
Karen Sornek
1
-1
/
+4
2022-01-04
i40e: Fix incorrect netdev's real number of RX/TX queues
Jedrzej Jagielski
1
-7
/
+25
2022-01-04
i40e: Fix for displaying message regarding NVM version
Mateusz Palczewski
1
-2
/
+2
2022-01-04
i40e: fix use-after-free in i40e_sync_filters_subtask()
Di Zhu
1
-0
/
+24
2022-01-04
i40e: Fix to not show opcode msg on unsuccessful VF MAC change
Mateusz Palczewski
1
-8
/
+32
2022-01-04
ieee802154: atusb: fix uninit value in atusb_set_extended_addr
Pavel Skripkin
1
-4
/
+6
2022-01-04
Merge tag 'mac80211-next-for-net-next-2022-01-04' of git://git.kernel.org/pub...
Jakub Kicinski
5
-9
/
+43
2022-01-04
Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux...
Jakub Kicinski
4
-82
/
+55
2022-01-04
mac80211: use ieee80211_bss_get_elem()
Johannes Berg
1
-7
/
+7
2022-01-04
nl80211: clarify comment for mesh PLINK_BLOCKED state
Felix Fietkau
1
-1
/
+1
2022-01-04
mac80211: Add stations iterator where the iterator function may sleep
Martin Blumenstingl
2
-0
/
+34
2022-01-04
mac80211: allow non-standard VHT MCS-10/11
Ping-Ke Shih
1
-1
/
+1
2022-01-04
mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh
Pavel Skripkin
3
-81
/
+54
2022-01-04
mac80211: initialize variable have_higher_than_11mbit
Tom Rix
1
-1
/
+1
2022-01-04
ethernet/sfc: remove redundant rc variable
Minghao Chi
1
-3
/
+1
2022-01-04
Merge branch 'namespacify-mtu-ipv4'
David S. Miller
2
-26
/
+51
2022-01-04
Namespaceify mtu_expires sysctl
xu xin
2
-10
/
+12
2022-01-04
Namespaceify min_pmtu sysctl
xu xin
2
-16
/
+39
2022-01-04
sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc
Eric Dumazet
1
-4
/
+2
2022-01-04
netrom: fix copying in user data in nr_setsockopt
Christoph Hellwig
1
-1
/
+1
2022-01-04
net: fixup build after bpf header changes
Jakub Kicinski
2
-0
/
+3
2022-01-04
net: lantiq_xrx200: add ingress SG DMA support
Aleksander Jan Bajkowski
1
-7
/
+40
2022-01-04
Merge branch 'srv6-traceroute'
David S. Miller
6
-33
/
+91
2022-01-04
udp6: Use Segment Routing Header for dest address if present
Andrew Lunn
2
-1
/
+21
2022-01-04
icmp: ICMPV6: Examine invoking packet for Segment Route Headers.
Andrew Lunn
4
-1
/
+38
2022-01-04
seg6: export get_srh() for ICMP handling
Andrew Lunn
3
-31
/
+32
2022-01-04
phy: nxp-c45-tja11xx: add extts and perout support
Radu Pirea (NXP OSS)
1
-0
/
+220
2022-01-04
Merge branch 'act_tc-offload-originating-device'
David S. Miller
8
-6
/
+141
2022-01-04
net/mlx5: CT: Set flow source hint from provided tuple device
Paul Blakey
3
-5
/
+49
2022-01-04
net: openvswitch: Fill act ct extension
Paul Blakey
1
-0
/
+6
2022-01-04
net/sched: act_ct: Fill offloading tuple iifidx
Paul Blakey
4
-1
/
+86
2022-01-03
Merge tag 'batadv-next-pullrequest-20220103' of git://git.open-mesh.org/linux...
Jakub Kicinski
3
-22
/
+18
[prev]
[next]