index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
net: neterion: vxge: remove redundant continue statement
Colin Ian King
1
-3
/
+2
2021-06-17
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
7
-26
/
+18
2021-06-17
net: gianfar: Implement rx_missed_errors counter
Esben Haabendal
2
-3
/
+57
2021-06-17
net: gianfar: Add definitions for CAR1 and CAM1 register bits
Esben Haabendal
1
-0
/
+54
2021-06-17
net: gianfar: Avoid 16 bytes of memset
Esben Haabendal
1
-1
/
+1
2021-06-17
net: gianfar: Clear CAR registers
Esben Haabendal
1
-0
/
+3
2021-06-17
net: gianfar: Extend statistics counters to 64-bit
Esben Haabendal
1
-5
/
+5
2021-06-17
net: gianfar: Convert to ndo_get_stats64 interface
Esben Haabendal
1
-18
/
+7
2021-06-17
ice: remove redundant continue statement in a for-loop
Colin Ian King
1
-6
/
+4
2021-06-17
net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabled
Lorenzo Bianconi
1
-1
/
+1
2021-06-17
ice: remove unnecessary NULL checks before ptp_read_system_*
Jacob Keller
1
-8
/
+4
2021-06-17
ice: Remove the repeated declaration
Shaokun Zhang
1
-1
/
+0
2021-06-17
ice: remove local variable
Paul M Stillwell Jr
1
-2
/
+1
2021-06-17
ice: reduce scope of variables
Paul M Stillwell Jr
2
-6
/
+6
2021-06-17
ice: mark PTYPE 2 as reserved
Jacob Keller
1
-1
/
+1
2021-06-17
ice: fix incorrect payload indicator on PTYPE
Jacob Keller
1
-1
/
+1
2021-06-16
net: marvell: prestera: Add matchall support
Serhiy Boiko
10
-1
/
+367
2021-06-16
net: marvell: Implement TC flower offload
Serhiy Boiko
11
-2
/
+1404
2021-06-16
mlxsw: spectrum_router: remove redundant continue statement
Colin Ian King
1
-1
/
+0
2021-06-16
nfp: flower-ct: implement action_merge check
Louis Peens
1
-0
/
+119
2021-06-16
nfp: flower-ct: fill ct metadata check function
Louis Peens
1
-5
/
+32
2021-06-16
nfp: flower-ct: fill in ct merge check function
Louis Peens
2
-0
/
+190
2021-06-16
nfp: flower-ct: implement code to save merge of tc and nft flows
Louis Peens
1
-0
/
+187
2021-06-16
nfp: flower-ct: add nft_merge table
Louis Peens
3
-0
/
+49
2021-06-16
nfp: flower-ct: make a full copy of the rule when it is a NFT flow
Yinjun Zhang
1
-12
/
+46
2021-06-16
nfp: flower-ct: add nft flows to nft list
Louis Peens
3
-1
/
+77
2021-06-16
nfp: flower-ct: add nft callback stubs
Louis Peens
2
-1
/
+73
2021-06-16
nfp: flower-ct: add delete flow handling for ct
Louis Peens
3
-4
/
+49
2021-06-16
net: qualcomm: rmnet: Remove some unneeded casts
Subash Abhinov Kasiviswanathan
1
-6
/
+5
2021-06-16
net: qualcomm: rmnet: Allow partial updates of IFLA_FLAGS
Bjorn Andersson
1
-2
/
+4
2021-06-16
net: stmmac: Fix error return code in ingenic_mac_probe()
Wei Yongjun
1
-0
/
+1
2021-06-16
net: chelsio: cxgb4: use eth_zero_addr() to assign zero address
Yang Yingliang
1
-2
/
+1
2021-06-16
qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.c
Wang Hai
1
-3
/
+1
2021-06-16
net: hns3: use bounce buffer when rx page can not be reused
Yunsheng Lin
4
-0
/
+41
2021-06-16
net: hns3: optimize the rx page reuse handling process
Yunsheng Lin
1
-22
/
+22
2021-06-16
net: hns3: support dma_map_sg() for multi frags skb
Yunsheng Lin
3
-5
/
+113
2021-06-16
net: hns3: add support to query tx spare buffer size for pf
Huazhong Tan
5
-2
/
+24
2021-06-16
net: hns3: use tx bounce buffer for small packets
Yunsheng Lin
4
-15
/
+420
2021-06-16
net: hns3: refactor for hns3_fill_desc() function
Yunsheng Lin
1
-39
/
+48
2021-06-16
net: hns3: minor refactor related to desc_cb handling
Yunsheng Lin
3
-29
/
+25
2021-06-15
net: ti: add pp skb recycling support
Lorenzo Bianconi
2
-4
/
+4
2021-06-15
octeontx2-pf: Fix spelling mistake "morethan" -> "more than"
Colin Ian King
1
-1
/
+1
2021-06-15
Merge tag 'mlx5-updates-2021-06-14' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
14
-431
/
+785
2021-06-15
octeontx2-pf: Add police action for TC flower
Subbaraya Sundeep
3
-23
/
+178
2021-06-15
octeontx2-pf: Use NL_SET_ERR_MSG_MOD for TC
Subbaraya Sundeep
1
-12
/
+17
2021-06-15
octeontx2-pf: TC_MATCHALL ingress ratelimiting offload
Sunil Goutham
5
-0
/
+423
2021-06-15
octeontx2-af: cn10k: Debugfs support for bandwidth profiles
Sunil Goutham
5
-4
/
+187
2021-06-15
octeontx2-af: cn10k: Bandwidth profiles config support
Sunil Goutham
6
-4
/
+757
2021-06-15
stmmac: align RX buffers
Matteo Croce
1
-2
/
+2
2021-06-14
net/mlx5: Round-Robin EQs over IRQs
Shay Drory
3
-27
/
+188
[next]