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
2018-04-27
Merge tag 'mlx5-fixes-2018-04-25' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
5
-26
/
+36
2018-04-27
mlxsw: spectrum_switchdev: Do not remove mrouter port from MDB's ports list
Ido Schimmel
1
-7
/
+5
2018-04-27
net: systemport: Correclty disambiguate driver instances
Florian Fainelli
1
-4
/
+12
2018-04-27
net: mvpp2: Fix clock resource by adding missing mg_core_clk
Maxime Chevallier
1
-2
/
+17
2018-04-27
net: mvpp2: Fix clk error path in mvpp2_probe
Maxime Chevallier
1
-7
/
+8
2018-04-27
nfp: don't depend on eth_tbl being available
Jakub Kicinski
4
-16
/
+23
2018-04-26
net/mlx5: Properly deal with flow counters when deleting rules
Chris Mi
1
-1
/
+2
2018-04-26
net/mlx5e: Fix traffic between VF and representor
Shahar Klein
1
-2
/
+3
2018-04-26
net/mlx5: Avoid cleaning flow steering table twice during error flow
Talat Batheesh
1
-9
/
+14
2018-04-26
net/mlx5e: TX, Use correct counter in dma_map error flow
Tariq Toukan
1
-10
/
+10
2018-04-26
net/mlx5e: DCBNL fix min inline header size for dscp
Huy Nguyen
1
-3
/
+5
2018-04-26
net/mlx5e: Allow offloading ipv4 header re-write for icmp
Jianbo Liu
1
-1
/
+2
2018-04-24
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
7
-16
/
+37
2018-04-24
ice: Fix insufficient memory issue in ice_aq_manage_mac_read
Md Fahad Iqbal Polash
1
-5
/
+17
2018-04-24
sfc: ARFS filter IDs
Edward Cree
6
-46
/
+337
2018-04-24
ice: Do not check INTEVENT bit for OICR interrupts
Ben Shelton
2
-6
/
+0
2018-04-24
ice: Fix incorrect comment for action type
Anirudh Venkataramanan
1
-1
/
+1
2018-04-24
ice: Fix initialization for num_nodes_added
Anirudh Venkataramanan
1
-2
/
+2
2018-04-24
igb: Fix the transmission mode of queue 0 for Qav mode
Vinicius Costa Gomes
1
-1
/
+16
2018-04-24
ixgbevf: ensure xdp_ring resources are free'd on error exit
Colin Ian King
1
-1
/
+1
2018-04-23
amd-xgbe: Only use the SFP supported transceiver signals
Tom Lendacky
1
-17
/
+54
2018-04-23
amd-xgbe: Improve KR auto-negotiation and training
Tom Lendacky
7
-4
/
+160
2018-04-23
amd-xgbe: Add pre/post auto-negotiation phy hooks
Tom Lendacky
2
-2
/
+19
2018-04-22
ibmvnic: Clean actual number of RX or TX pools
Thomas Falcon
1
-2
/
+2
2018-04-22
net: ethernet: ti: cpsw: fix tx vlan priority mapping
Ivan Khoronzhuk
1
-1
/
+1
2018-04-19
bnxt_en: Fix memory fault in bnxt_ethtool_init()
Vasundhara Volam
2
-24
/
+27
2018-04-19
net: hns: Avoid action name truncation
dann frazier
1
-1
/
+1
2018-04-19
net: stmmac: Disable ACS Feature for GMAC >= 4
Jose Abreu
3
-9
/
+7
2018-04-19
net: mvpp2: Fix DMA address mask size
Maxime Chevallier
1
-5
/
+7
2018-04-18
net: qualcomm: rmnet: Fix warning seen with fill_info
Subash Abhinov Kasiviswanathan
1
-5
/
+6
2018-04-17
sfc: check RSS is active for filter insert
Bert Kenward
1
-2
/
+2
2018-04-16
ibmvnic: Clear pending interrupt after device reset
Thomas Falcon
1
-4
/
+11
2018-04-16
net: mvpp2: Fix TCAM filter reserved range
Maxime Chevallier
1
-1
/
+1
2018-04-14
sfc: limit ARFS workitems in flight per channel
Edward Cree
2
-28
/
+55
2018-04-14
sfc: pass the correctly bogus filter_id to rps_may_expire_flow()
Edward Cree
2
-3
/
+2
2018-04-14
sfc: insert ARFS filters with replace_equal=true
Edward Cree
1
-1
/
+1
2018-04-12
nfp: flower: split and limit cmsg skb lists
Pieter Jansen van Vuuren
4
-8
/
+46
2018-04-12
nfp: flower: move route ack control messages out of the workqueue
Pieter Jansen van Vuuren
1
-3
/
+3
2018-04-12
nfp: print a message when mutex wait is interrupted
Jakub Kicinski
1
-1
/
+4
2018-04-12
nfp: ignore signals when communicating with management FW
Jakub Kicinski
1
-2
/
+1
2018-04-12
ibmvnic: Do not notify peers on parameter change resets
Nathan Fontenot
1
-1
/
+2
2018-04-12
ibmvnic: Handle all login error conditions
Nathan Fontenot
2
-21
/
+35
2018-04-12
ibmvnic: Define vnic_login_client_data name field as unsized array
Kees Cook
1
-6
/
+6
2018-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-8
/
+124
2018-04-11
Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-1
/
+1
2018-04-11
bnxt_en: Fix NULL pointer dereference at bnxt_free_irq().
Michael Chan
1
-1
/
+1
2018-04-11
bnxt_en: Need to include RDMA rings in bnxt_check_rings().
Michael Chan
1
-0
/
+2
2018-04-11
bnxt_en: Support max-mtu with VF-reps
Sriharsha Basavapatna
1
-0
/
+30
2018-04-11
bnxt_en: Ignore src port field in decap filter nodes
Sriharsha Basavapatna
1
-1
/
+3
2018-04-11
bnxt_en: do not allow wildcard matches for L2 flows
Andy Gospodarek
1
-0
/
+59
[prev]
[next]