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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-12
wifi: mt76: fix reading current per-tid starting sequence number for aggregation
Felix Fietkau
1
-1
/
+1
2022-09-12
wifi: iwlwifi: Mark IWLMEI as broken
Toke Høiland-Jørgensen
1
-0
/
+1
2022-09-10
wifi: ath11k: Increase TCL data ring size for WCN6750
Manikanta Pubbisetty
4
-1
/
+11
2022-09-10
wifi: ath11k: Add multi TX ring support for WCN6750
Manikanta Pubbisetty
10
-30
/
+175
2022-09-10
wifi: ath11k: Enable threaded NAPI
Manikanta Pubbisetty
2
-0
/
+2
2022-09-10
wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register()
Jianglei Nie
1
-7
/
+10
2022-09-10
wifi: ath11k: implement SRAM dump debugfs interface
Baochen Qiang
8
-0
/
+138
2022-09-10
wifi: ath11k: Split PCI write/read functions
Baochen Qiang
1
-18
/
+32
2022-09-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-2
/
+21
2022-09-09
ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
Lu Wei
1
-2
/
+4
2022-09-09
net: ipa: don't have gsi_channel_update() return a value
Alex Elder
3
-10
/
+11
2022-09-09
net: ipa: update channel in gsi_channel_trans_complete()
Alex Elder
3
-5
/
+10
2022-09-09
net: ipa: kill all other transaction lists
Alex Elder
3
-74
/
+6
2022-09-09
net: ipa: kill the allocated transaction list
Alex Elder
2
-10
/
+3
2022-09-09
net: ipa: always use transaction IDs instead of lists
Alex Elder
2
-56
/
+16
2022-09-09
net: mscc: ocelot: share the common stat definitions between all drivers
Vladimir Oltean
3
-279
/
+3
2022-09-09
net: mscc: ocelot: minimize definitions for stats
Vladimir Oltean
3
-1116
/
+279
2022-09-09
net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGED
Vladimir Oltean
4
-6
/
+6
2022-09-09
net: mscc: ocelot: add support for all sorts of standardized counters present in DSA
Vladimir Oltean
2
-17
/
+230
2022-09-09
net: mscc: ocelot: exclude stats from bulk regions based on reg, not name
Vladimir Oltean
1
-1
/
+1
2022-09-09
net: dsa: felix: use ocelot's ndo_get_stats64 method
Vladimir Oltean
3
-61
/
+76
2022-09-09
net: mscc: ocelot: move more PTP code from the lib to ocelot_ptp.c
Vladimir Oltean
2
-478
/
+481
2022-09-09
net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common lib
Vladimir Oltean
3
-53
/
+50
2022-09-09
net: mscc: ocelot: move stats code to ocelot_stats.c
Vladimir Oltean
4
-207
/
+237
2022-09-09
net: mscc: ocelot: sort Makefile files alphabetically
Vladimir Oltean
1
-5
/
+5
2022-09-09
net: mscc: ocelot: report FIFO drop counters through stats->rx_dropped
Vladimir Oltean
1
-1
/
+26
2022-09-09
net: dsa: felix: check the 32-bit PSFP stats against overflow
Vladimir Oltean
2
-43
/
+91
2022-09-09
net: mscc: ocelot: make access to STAT_VIEW sleepable again
Vladimir Oltean
2
-13
/
+39
2022-09-09
net: dsa: felix: add definitions for the stream filter counters
Vladimir Oltean
3
-7
/
+10
2022-09-09
termios: get rid of non-UAPI asm/termios.h
Al Viro
1
-0
/
+1
2022-09-09
net: lan743x: Add support for Rx IP & TCP checksum offload
Raju Lakkaraju
2
-1
/
+18
2022-09-09
net: lan743x: Fix to use multiqueue start/stop APIs
Raju Lakkaraju
2
-28
/
+27
2022-09-09
net: mdio: mscc-miim: add ability to be used in a non-mmio configuration
Colin Foster
1
-30
/
+12
2022-09-08
iavf: Fix cached head and tail value for iavf_get_tx_pending
Brett Creeley
1
-1
/
+4
2022-09-08
iavf: Fix change VF's mac address
Sylwester Dziedziuch
1
-6
/
+3
2022-09-08
ice: Fix crash by keep old cfg when update TCs more than queues
Ding Hui
1
-16
/
+26
2022-09-08
ice: Don't double unplug aux on peer initiated reset
Dave Ertman
1
-2
/
+0
2022-09-08
igc: Remove IGC_MDIC_INT_EN definition
Sasha Neftin
1
-1
/
+0
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
30
-144
/
+405
2022-09-08
drivers/net/ethernet/e1000e: check return value of e1e_rphy()
Li Zhong
1
-3
/
+17
2022-09-08
net: sparx5: fix function return type to match actual type
Casper Andersson
2
-4
/
+4
2022-09-08
Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
29
-143
/
+402
2022-09-08
r8169: merge support for chip versions 10, 13, 16
Heiner Kallweit
3
-13
/
+4
2022-09-08
net: phy: lan87xx: change interrupt src of link_up to comm_ready
Arun Ramadoss
1
-4
/
+54
2022-09-08
net: stmmac: Disable automatic FCS/Pad stripping
Kurt Kanzenbach
6
-40
/
+6
2022-09-07
net: hns3: add support to query and set lane number by ethtool
Hao Chen
10
-23
/
+50
2022-09-07
net: hns3: add querying fec statistics
Hao Lan
8
-0
/
+218
2022-09-07
net: hns3: debugfs add dump dscp map info
Guangbin Huang
3
-1
/
+67
2022-09-07
net: hns3: support ndo_select_queue()
Guangbin Huang
1
-0
/
+46
2022-09-07
net: hns3: add support config dscp map to tc
Guangbin Huang
7
-1
/
+204
[prev]
[next]