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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-25
net: team: use __ethtool_get_ksettings
David Decotigny
1
-4
/
+4
2016-02-25
net: macvlan: use __ethtool_get_ksettings
David Decotigny
1
-4
/
+4
2016-02-25
net: ipvlan: use __ethtool_get_ksettings
David Decotigny
1
-4
/
+4
2016-02-25
net: bonding: use __ethtool_get_ksettings
David Decotigny
1
-8
/
+6
2016-02-25
net: usnic: use __ethtool_get_ksettings
David Decotigny
1
-4
/
+4
2016-02-25
net: usnic: use __ethtool_get_settings
David Decotigny
1
-1
/
+1
2016-02-25
net: usnic: remove unused call to ethtool_ops::get_settings
David Decotigny
1
-2
/
+0
2016-02-25
qed, qede: rebrand module description
Yuval Mintz
2
-6
/
+6
2016-02-25
qed: Prevent probe on previous error
Yuval Mintz
1
-0
/
+11
2016-02-25
qed: add MODULE_FIRMWARE()
Yuval Mintz
1
-0
/
+2
2016-02-25
qede: Don't report link change needlessly
Yuval Mintz
1
-6
/
+10
2016-02-25
qede: Linearize SKBs when needed
Yuval Mintz
1
-5
/
+33
2016-02-25
qede: Change pci DID for 10g device
Yuval Mintz
1
-1
/
+1
2016-02-25
netxen: Use kobj_to_dev()
Amitoj Kaur Chawla
1
-5
/
+5
2016-02-25
3c59x: Use setup_timer()
Amitoj Kaur Chawla
1
-8
/
+2
2016-02-25
forcedeth: Use setup_timer()
Amitoj Kaur Chawla
1
-6
/
+2
2016-02-25
net: tulip: Use setup_timer()
Amitoj Kaur Chawla
1
-9
/
+5
2016-02-25
gianfar: fix endianness for hardware timestamp
Yangbo Lu
1
-2
/
+2
2016-02-25
gianfar_ptp: replace get_of_u32 with of_property_read_u32
Yangbo Lu
1
-20
/
+13
2016-02-25
phy: marvell: Fix 88E1510 initialization
Clemens Gruber
1
-35
/
+35
2016-02-25
net: dsa: mv88e6xxx: implement port_vlan_dump
Vivien Didelot
4
-66
/
+56
2016-02-25
vxlan: simplify metadata_dst usage in vxlan_rcv
Jiri Benc
1
-12
/
+7
2016-02-25
vxlan: consolidate rx handling to a single function
Jiri Benc
1
-44
/
+28
2016-02-25
vxlan: move ECN decapsulation to a separate function
Jiri Benc
1
-31
/
+31
2016-02-25
vxlan: move inner L2 header processing to a separate function
Jiri Benc
1
-16
/
+33
2016-02-25
vxlan: consolidate GBP handling even more
Jiri Benc
1
-4
/
+5
2016-02-24
ppp: clarify parsing of user supplied data in ppp_set_compress()
Guillaume Nault
1
-5
/
+7
2016-02-24
bnx2x: add a separate GENEVE Kconfig symbol
Arnd Bergmann
2
-7
/
+17
2016-02-24
gianfar: Remove redundant ops for do_tstamp from xmit()
Claudiu Manoil
1
-9
/
+5
2016-02-24
gianfar: Use skb_frag_t pointers inside xmit()
Claudiu Manoil
1
-9
/
+9
2016-02-24
gianfar: Map head TxBD first
Claudiu Manoil
1
-48
/
+48
2016-02-24
bgmac: support Ethernet device on BCM47094 SoC
Rafał Miłecki
1
-2
/
+4
2016-02-24
be2net: Fix a UE caused by passing large frames to the ASIC
ajit.khaparde@broadcom.com
2
-1
/
+13
2016-02-24
be2net: Declare some u16 fields as u32 to improve performance
ajit.khaparde@broadcom.com
3
-17
/
+19
2016-02-24
net/mlx5e: Add TX inner packet counters
Matthew Finlay
3
-12
/
+32
2016-02-24
net/mlx5e: Add TX stateless offloads for tunneling
Matthew Finlay
1
-6
/
+16
2016-02-24
net/mlx5e: Add netdev support for VXLAN tunneling
Matthew Finlay
6
-3
/
+332
2016-02-24
net/mlx5e: Protect en header file from redefinitions
Matthew Finlay
1
-1
/
+5
2016-02-24
net/mlx5e: Move to checksum complete
Matthew Finlay
1
-4
/
+5
2016-02-24
net/mlx5e: Wake On LAN support
Tariq Toukan
3
-0
/
+169
2016-02-24
net/mlx5e: Implement DCBNL IEEE max rate
Tariq Toukan
2
-0
/
+138
2016-02-24
net/mlx5e: Support DCBNL IEEE PFC
Achiad Shochat
1
-0
/
+39
2016-02-24
net/mlx5e: Support DCBNL IEEE ETS
Saeed Mahameed
6
-15
/
+317
2016-02-24
net/mlx5: Introduce physical port TC/prio access functions
Saeed Mahameed
1
-0
/
+76
2016-02-24
net/mlx5: Introduce physical port PFC access functions
Achiad Shochat
1
-0
/
+41
2016-02-24
net/mlx5: Introduce a new header file for physical port functions
Achiad Shochat
3
-0
/
+3
2016-02-23
net: dsa: mv88e6xxx: check hardware VLAN in use
Vivien Didelot
1
-0
/
+64
2016-02-23
net: dsa: pass bridge down to drivers
Vivien Didelot
4
-9
/
+24
2016-02-23
net: dsa: mv88e6xxx: add port private structure
Vivien Didelot
2
-3
/
+8
2016-02-23
rocker: fix rocker_world_port_obj_vlan_add()
Dan Carpenter
1
-1
/
+0
[next]