index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-15
net: ipa: rename two transaction fields
Alex Elder
2
-24
/
+25
2022-06-15
net: ipa: use "tre_ring" for all TRE ring local variables
Alex Elder
1
-9
/
+9
2022-06-14
net: dsa: mt7530: get cpu-port via dp->cpu_dp instead of constant
Frank Wunderlich
2
-8
/
+20
2022-06-14
net: dsa: mt7530: rework mt753[01]_setup
Frank Wunderlich
1
-4
/
+21
2022-06-14
net: dsa: mt7530: rework mt7530_hw_vlan_{add,del}
Frank Wunderlich
1
-18
/
+12
2022-06-14
mlxsw: Revert "Prepare for XM implementation - LPM trees"
Petr Machata
3
-163
/
+31
2022-06-14
mlxsw: Revert "Prepare for XM implementation - prefix insertion and removal"
Petr Machata
3
-589
/
+209
2022-06-14
mlxsw: Revert "Introduce initial XM router support"
Petr Machata
11
-1518
/
+8
2022-06-14
net: bgmac: Fix an erroneous kfree() in bgmac_remove()
Christophe JAILLET
1
-1
/
+0
2022-06-14
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jakub Kicinski
4
-15
/
+85
2022-06-14
ice: Fix memory corruption in VF driver
Przemyslaw Patynowski
1
-0
/
+5
2022-06-14
ice: Fix queue config fail handling
Przemyslaw Patynowski
1
-27
/
+26
2022-06-14
ice: Sync VLAN filtering features for DVM
Roman Storozhenko
1
-15
/
+28
2022-06-14
ice: Fix PTP TX timestamp offset calculation
Michal Michalik
2
-1
/
+32
2022-06-14
mlxsw: spectrum_cnt: Reorder counter pools
Petr Machata
1
-1
/
+1
2022-06-13
amd-xgbe: Use platform_irq_count()
Jean-Philippe Brucker
1
-2
/
+2
2022-06-13
net: phy: fixed_phy: set phy_mask before calling mdiobus_register()
Rasmus Villemoes
1
-0
/
+1
2022-06-13
net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASK
Shay Drory
1
-7
/
+0
2022-06-13
net/mlx5: group fdb cleanup to single function
Shay Drory
1
-8
/
+10
2022-06-13
net/mlx5: Add support EXECUTE_ASO action for flow entry
Jianbo Liu
1
-0
/
+33
2022-06-13
net/mlx5: Manage ICM of type modify-header pattern
Yevgeny Kliteynik
1
-0
/
+42
2022-06-13
can: netlink: allow configuring of fixed data bit rates without need for do_set_data_bittiming callback
Marc Kleine-Budde
1
-1
/
+2
2022-06-13
octeontx2-vf: Add support for adaptive interrupt coalescing
Suman Ghosh
1
-1
/
+2
2022-06-13
net: smsc95xx: add support for Microchip EVB-LAN8670-USB
Parthiban Veerasooran
1
-0
/
+5
2022-06-13
nfp: support 48-bit DMA addressing for NFP3800
Yinjun Zhang
10
-33
/
+52
2022-06-13
xilinx: Fix build on x86.
David S. Miller
1
-4
/
+4
2022-06-13
net: axienet: Use iowrite64 to write all 64b descriptor pointers
Andy Chiu
1
-3
/
+18
2022-06-13
net: axienet: make the 64b addresable DMA depends on 64b archectures
Andy Chiu
2
-24
/
+40
2022-06-13
net: ipa: derive channel from transaction
Alex Elder
3
-29
/
+13
2022-06-13
net: ipa: determine channel from event
Alex Elder
1
-5
/
+21
2022-06-13
net: ipa: simplify endpoint transaction completion
Alex Elder
1
-18
/
+5
2022-06-13
net: ipa: rename endpoint->trans_tre_max
Alex Elder
2
-4
/
+4
2022-06-13
net: ipa: rename channel->tlv_count
Alex Elder
5
-32
/
+11
2022-06-13
net: ipa: verify command channel TLV count
Alex Elder
1
-12
/
+27
2022-06-13
net: hns3: fix tm port shapping of fibre port is incorrect after driver initialization
Guangbin Huang
3
-4
/
+10
2022-06-13
net: hns3: fix PF rss size initialization bug
Jie Wang
1
-1
/
+3
2022-06-13
net: hns3: restore tm priority/qset to default settings when tc disabled
Guangbin Huang
2
-31
/
+65
2022-06-13
net: hns3: modify the ring param print info
Jie Wang
1
-1
/
+1
2022-06-13
net: hns3: don't push link state to VF if unalive
Jian Shen
1
-0
/
+6
2022-06-13
net: hns3: set port base vlan tbl_sta to false before removing old vlan
Guangbin Huang
1
-0
/
+1
2022-06-11
can: etas_es58x: fix signedness of USB RX and TX pipes
Vincent Mailhol
1
-2
/
+2
2022-06-11
can: etas_es58x: replace es58x_device::rx_max_packet_size by usb_maxpacket()
Vincent Mailhol
2
-5
/
+2
2022-06-11
can: skb: drop tx skb if in listen only mode
Vincent Mailhol
1
-1
/
+8
2022-06-11
can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.c
Vincent Mailhol
1
-0
/
+58
2022-06-11
net: Kconfig: move the CAN device menu to the "Device Drivers" section
Vincent Mailhol
2
-0
/
+3
2022-06-11
can: Kconfig: add CONFIG_CAN_RX_OFFLOAD
Vincent Mailhol
4
-1
/
+8
2022-06-11
can: bittiming: move bittiming calculation functions to calc_bittiming.c
Vincent Mailhol
4
-197
/
+207
2022-06-11
can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEV
Vincent Mailhol
4
-18
/
+43
2022-06-11
can: Kconfig: rename config symbol CAN_DEV into CAN_NETLINK
Vincent Mailhol
2
-8
/
+12
2022-06-11
can: netlink: allow configuring of fixed bit rates without need for do_set_bittiming callback
Marc Kleine-Budde
1
-1
/
+2
[prev]
[next]