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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-24
net/mlx5e: make mlx5e_profile const
Bhumika Goyal
1
-1
/
+1
2017-08-24
net/mlx4_core: make mlx4_profile const
Bhumika Goyal
1
-2
/
+2
2017-08-24
ixgbe: use return codes from ndo_xdp_xmit that are distinguishable
Jesper Dangaard Brouer
1
-2
/
+2
2017-08-24
mlxsw: spectrum_dpipe: Add support for controlling neighbor counters
Arkadi Sharshevsky
3
-0
/
+49
2017-08-24
mlxsw: spectrum_dpipe: Add support for IPv4 host table dump
Arkadi Sharshevsky
1
-0
/
+247
2017-08-24
mlxsw: spectrum_router: Add support for setting counters on neighbors
Arkadi Sharshevsky
4
-2
/
+71
2017-08-24
mlxsw: reg: Make flow counter set type enum to be shared
Arkadi Sharshevsky
2
-12
/
+12
2017-08-24
mlxsw: spectrum_dpipe: Add IPv4 host table initial support
Arkadi Sharshevsky
2
-0
/
+103
2017-08-24
mlxsw: spectrum_dpipe: Fix label name
Arkadi Sharshevsky
1
-2
/
+2
2017-08-24
mlxsw: spectrum_router: Add helpers for neighbor access
Arkadi Sharshevsky
2
-0
/
+49
2017-08-24
devlink: Move dpipe entry clear function into devlink
Arkadi Sharshevsky
1
-22
/
+2
2017-08-24
devlink: Add support for dynamic table size
Arkadi Sharshevsky
1
-4
/
+9
2017-08-24
mlxsw: spectrum_dpipe: Fix erif table op name space
Arkadi Sharshevsky
1
-5
/
+5
2017-08-23
net: hinic: make functions set_ctrl0 and set_ctrl1 static
Colin Ian King
1
-2
/
+2
2017-08-23
mlxsw: spectrum_flower: Offload goto_chain termination action
Jiri Pirko
1
-4
/
+19
2017-08-23
mlxsw: spectrum_acl: Provide helper to lookup ruleset
Jiri Pirko
2
-8
/
+41
2017-08-23
mlxsw: spectrum_acl: Allow to get group_id value for a ruleset
Jiri Pirko
3
-0
/
+24
2017-08-23
mlxsw: spectrum: Offload multichain TC rules
Jiri Pirko
4
-15
/
+25
2017-08-23
net: mvpp2: software tso support
Antoine Ténart
1
-14
/
+157
2017-08-23
net: mvpp2: unify the txq size define use
Antoine Ténart
1
-6
/
+5
2017-08-23
net: define the TSO header size in net/tso.h
Antoine Ténart
4
-7
/
+0
2017-08-23
liquidio: change manner of detecting whether or not NIC firmware is loaded
Felix Manlunas
3
-9
/
+15
2017-08-22
net: amd: constify zorro_device_id
Arvind Yadav
2
-2
/
+2
2017-08-22
net: mvpp2: initialize the GoP
Antoine Ténart
1
-0
/
+170
2017-08-22
net: mvpp2: set maximum packet size for 10G ports
Stefan Chulski
1
-2
/
+22
2017-08-22
net: mvpp2: initialize the XLG MAC when using a port
Antoine Ténart
1
-0
/
+25
2017-08-22
net: mvpp2: initialize the GMAC when using a port
Antoine Ténart
1
-25
/
+98
2017-08-22
net: mvpp2: move the mii configuration in the ndo_open path
Antoine Ténart
1
-1
/
+1
2017-08-22
net: mvpp2: fix the synchronization module bypass macro name
Antoine Ténart
1
-2
/
+2
2017-08-22
net: mvpp2: unify register definitions coding style
Antoine Ténart
1
-44
/
+44
2017-08-22
net: mdio-gpio: make mdiobb_ops const
Bhumika Goyal
1
-1
/
+1
2017-08-22
net: ethernet: freescale: fs_enet: make mdiobb_ops const
Bhumika Goyal
1
-1
/
+1
2017-08-22
net: ethernet: ax88796: make mdiobb_ops const
Bhumika Goyal
1
-1
/
+1
2017-08-22
hv_netvsc: Add ethtool handler to set and get UDP hash levels
Haiyang Zhang
2
-8
/
+72
2017-08-22
hv_netvsc: Clean up unused parameter from netvsc_get_rss_hash_opts()
Haiyang Zhang
1
-3
/
+2
2017-08-22
hv_netvsc: Clean up unused parameter from netvsc_get_hash()
Haiyang Zhang
1
-2
/
+2
2017-08-22
liquidio: make VF driver notify NIC firmware of MTU change
Veerasenareddy Burru
1
-5
/
+22
2017-08-22
liquidio: move macro definition to a proper place
Veerasenareddy Burru
2
-2
/
+2
2017-08-22
net: ethernet: make ptp_clock_info const
Bhumika Goyal
6
-6
/
+6
2017-08-22
net: hns3: Add support to change MTU in HNS3 hardware
Salil
2
-0
/
+35
2017-08-22
net-next/hinic: Add netpoll
Aviad Krawczyk
1
-0
/
+20
2017-08-22
net-next/hinic: Add ethtool and stats
Aviad Krawczyk
8
-1
/
+341
2017-08-22
net-next/hinic: Add Tx operation
Aviad Krawczyk
8
-4
/
+799
2017-08-22
net-next/hinic: Add Rx handler
Aviad Krawczyk
16
-0
/
+1278
2017-08-22
net-next/hinic: Add cmdq completion handler
Aviad Krawczyk
2
-1
/
+308
2017-08-22
net-next/hinic: Add cmdq commands
Aviad Krawczyk
8
-2
/
+683
2017-08-22
net-next/hinic: Add ceqs
Aviad Krawczyk
7
-8
/
+427
2017-08-22
net-next/hinic: Initialize cmdq
Aviad Krawczyk
6
-6
/
+500
2017-08-22
net-next/hinic: Set qp context
Aviad Krawczyk
12
-2
/
+787
2017-08-22
net-next/hinic: Add qp resources
Aviad Krawczyk
6
-5
/
+507
[next]