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-01-24
phy: marvell: remove conflicting initializer
Arnd Bergmann
1
-7
/
+6
2017-01-24
net: dummy: Introduce dummy virtual functions
Phil Sutter
1
-2
/
+215
2017-01-24
net: broadcom: bnx2x: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-90
/
+109
2017-01-24
mlxsw: spectrum: Add packet sample offloading support
Yotam Gigi
3
-0
/
+122
2017-01-24
mlxsw: reg: add the Monitoring Packet Sampling Configuration Register
Yotam Gigi
1
-0
/
+41
2017-01-24
net: dsa: b53: Utilize mdio_module_driver
Florian Fainelli
1
-12
/
+1
2017-01-24
net: stmmac: dwmac-meson8b: make the RGMII TX delay configurable
Martin Blumenstingl
1
-6
/
+14
2017-01-23
net: xilinx: constify net_device_ops structure
Bhumika Goyal
1
-2
/
+2
2017-01-23
net: moxa: constify net_device_ops structures
Bhumika Goyal
1
-1
/
+1
2017-01-23
net: qcom/emac: claim the irq only when the device is opened
Timur Tabi
3
-14
/
+11
2017-01-23
net: qcom/emac: rename emac_phy to emac_sgmii and move it
Timur Tabi
9
-24
/
+23
2017-01-23
bnx2x: avoid two atomic ops per page on x86
Eric Dumazet
1
-10
/
+5
2017-01-22
net: phy: bcm7xxx: Implement EGPHY workaround for 7278
Florian Fainelli
1
-0
/
+34
2017-01-22
net: phy: bcm7xxx: Add entry for BCM7278
Florian Fainelli
1
-0
/
+2
2017-01-22
net: dsa: bcm_sf2: Allow non-IMP ports to have Broadcom tags enabled
Florian Fainelli
2
-0
/
+10
2017-01-22
net: dsa: bcm_sf2: Move code enabling Broadcom tags
Florian Fainelli
1
-27
/
+34
2017-01-22
net: dsa: bcm_sf2: Add support for BCM7278 integrated switch
Florian Fainelli
4
-9
/
+67
2017-01-22
net: dsa: bcm_sf2: Prepare for different register layouts
Florian Fainelli
3
-25
/
+109
2017-01-22
net: dsa: bcm_sf2: Make SF2_IO64_MACRO() utilize 32-bit macro
Florian Fainelli
1
-2
/
+2
2017-01-22
net: systemport: Add support for SYSTEMPORT Lite
Florian Fainelli
2
-78
/
+323
2017-01-22
net: systemport: Dynamically allocate number of TX rings
Florian Fainelli
2
-1
/
+12
2017-01-22
net: stmicro: fix LS field mask in EEE configuration
jpinto
1
-1
/
+1
2017-01-22
net/mlx4: use rb_entry()
Geliang Tang
1
-4
/
+4
2017-01-20
net: dsa: Remove hwmon support
Andrew Lunn
2
-170
/
+0
2017-01-20
phy: marvell: Add support for temperature sensor
Andrew Lunn
1
-3
/
+420
2017-01-20
Merge tag 'mlx5-updates-2017-01-19' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
16
-64
/
+520
2017-01-20
net: ethernet: ti: cpsw: clarify ethtool ops changing num of descs
Ivan Khoronzhuk
1
-73
/
+59
2017-01-20
net: ethernet: ti: cpsw: don't duplicate common res in rx handler
Ivan Khoronzhuk
1
-24
/
+16
2017-01-20
net: ethernet: ti: cpsw: don't duplicate ndev_running
Ivan Khoronzhuk
1
-14
/
+17
2017-01-20
net: ethernet: ti: cpsw: don't disable interrupts in ndo_open
Ivan Khoronzhuk
1
-2
/
+0
2017-01-20
net: ethernet: ti: cpsw: remove dual check from common res usage function
Ivan Khoronzhuk
1
-3
/
+0
2017-01-20
macvlan: use netdev_is_rx_handler_busy instead of checking specific type
Mahesh Bandewar
1
-1
/
+1
2017-01-20
ipvlan: use netdev_is_rx_handler_busy instead of checking specific type
Mahesh Bandewar
1
-2
/
+2
2017-01-20
vxlan: preserve type of dst_port parm for encap_bypass_if_local()
Lance Richardson
1
-1
/
+1
2017-01-20
cxgb4: hide unused warnings
Arnd Bergmann
1
-0
/
+2
2017-01-19
mlx4: support __GFP_MEMALLOC for rx
Eric Dumazet
1
-1
/
+2
2017-01-19
Revert "net: qcom/emac: configure the external phy to allow pause frames"
Timur Tabi
1
-6
/
+0
2017-01-19
net/mlx5e: Reorder update stats
Saeed Mahameed
1
-3
/
+3
2017-01-19
net/mlx5: Move cached hca caps to designated caps struct
Gal Pressman
2
-4
/
+4
2017-01-19
net/mlx5e: Expose PCIe statistics to ethtool
Gal Pressman
3
-1
/
+53
2017-01-19
net/mlx5e: Expose physical layer statistical counters to ethtool
Gal Pressman
3
-2
/
+32
2017-01-19
net/mlx5: Query and cache PCAM, MCAM registers on initialization
Gal Pressman
1
-0
/
+20
2017-01-19
net/mlx5: Implement PCAM, MCAM access register commands
Gal Pressman
2
-0
/
+29
2017-01-19
net/mlx5e: Receive s-tagged packets in promiscuous mode
Mohamad Haj Yahia
2
-20
/
+68
2017-01-19
net/mlx5: Add support to s-tag in mlx5 firmware interface
Mohamad Haj Yahia
4
-15
/
+15
2017-01-19
net/mlx5e: Implement 1PPS support
Eugenia Emantayev
3
-1
/
+232
2017-01-19
net/mlx5: Add MTPPS and MTPPSE registers infrastructure
Eugenia Emantayev
3
-0
/
+62
2017-01-19
net/mlx5: Fix version printout in case of health issue
Eli Cohen
1
-17
/
+3
2017-01-19
net/mlx5: Remove information print after attempt to load mlx5_ib module
Leon Romanovsky
1
-3
/
+1
2017-01-19
macb: Common code to enable ptp support for MACB/GEM
Andrei.Pistirica@microchip.com
2
-2
/
+104
[next]