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-08-26
net: dsa: bcm_sf2: Utilize mask clear/set helpers in bcm_sf2_intr_disable
Florian Fainelli
1
-4
/
+2
2016-08-26
alx: add tso support
Tobias Regnery
1
-4
/
+71
2016-08-26
net: ethernet: mediatek: modify GDM to send packets to the PDMA for RX
Nelson Chang
1
-2
/
+1
2016-08-26
net: ethernet: mediatek: modify to use the PDMA instead of the QDMA for Ether...
Nelson Chang
2
-33
/
+74
2016-08-26
net: dsa: bcm_sf2: Remove duplicate code
Florian Fainelli
3
-950
/
+17
2016-08-26
net: dsa: bcm_sf2: Utilize core B53 driver when possible
Florian Fainelli
3
-47
/
+195
2016-08-26
net: dsa: b53: Add JOIN_ALL_VLAN support
Florian Fainelli
2
-4
/
+29
2016-08-26
net: dsa: b53: Define SF2 MIB layout
Florian Fainelli
2
-0
/
+69
2016-08-26
net: dsa: b53: Prepare to support 7445 switch
Florian Fainelli
2
-0
/
+13
2016-08-26
net: dsa: b53: Initialize ds->ops in b53_switch_alloc
Florian Fainelli
1
-2
/
+1
2016-08-26
mlxsw: spectrum: Mirror certain packets to CPU
Ido Schimmel
1
-5
/
+12
2016-08-26
mlxsw: spectrum: Allow different traps to have different actions
Ido Schimmel
2
-29
/
+31
2016-08-26
mlxsw: spectrum: Simplify traps definition
Ido Schimmel
1
-115
/
+31
2016-08-26
bridge: switchdev: Add forward mark support for stacked devices
Ido Schimmel
2
-5
/
+1
2016-08-26
veth: sctp: add NETIF_F_SCTP_CRC to device features
Xin Long
1
-1
/
+1
2016-08-25
net: systemport: Fix ordering in intrl2_*_mask_clear macro
Florian Fainelli
1
-1
/
+1
2016-08-25
vmxnet3: fix non static symbol warning
Wei Yongjun
1
-1
/
+1
2016-08-25
ibmvnic: fix error return code in ibmvnic_probe()
Wei Yongjun
1
-0
/
+1
2016-08-25
ibmvnic: convert to use simple_open()
Wei Yongjun
1
-12
/
+6
2016-08-24
net: dsa: rename switch operations structure
Vivien Didelot
4
-11
/
+11
2016-08-24
bnx2x: Don't flush multicast MACs
Yuval Mintz
5
-34
/
+241
2016-08-24
mlxsw: spectrum: Don't set learning when creating vPorts
Ido Schimmel
1
-8
/
+0
2016-08-24
mlxsw: spectrum: Remove unnecessary check in FDB processing
Ido Schimmel
1
-4
/
+0
2016-08-24
mlxsw: spectrum: Offload learning to the switch ASIC
Ido Schimmel
1
-3
/
+44
2016-08-24
mlxsw: spectrum: Configure learning for VLAN-aware bridge port
Ido Schimmel
3
-4
/
+50
2016-08-24
mlxsw: spectrum: Don't abort on first error when removing VLANs
Ido Schimmel
1
-16
/
+4
2016-08-24
mlxsw: spectrum: Make VLAN deletion function symmetric
Ido Schimmel
1
-8
/
+8
2016-08-24
mlxsw: spectrum: Limit number of FDB records per learning session
Ido Schimmel
2
-12
/
+17
2016-08-24
Merge tag 'shared-for-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
14
-83
/
+872
2016-08-23
net: ena: change the return type of ena_set_push_mode() to be void.
Rami Rosen
1
-9
/
+3
2016-08-23
net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()
Wei Yongjun
1
-12
/
+4
2016-08-23
cxgb4: Remove unused including <linux/version.h>
Wei Yongjun
1
-1
/
+0
2016-08-23
net: phy: xgmiitorgmii: Fix non static symbol warning
Wei Yongjun
1
-1
/
+1
2016-08-23
qede: Add support for Tx/Rx-only queues.
Sudarsana Reddy Kalluru
3
-157
/
+297
2016-08-23
cxgb4: Fix issue while re-registering VF mgmt netdev
Hariprasad Shenai
2
-31
/
+67
2016-08-23
xen-netback: using kfree_rcu() to simplify the code
Wei Yongjun
1
-11
/
+2
2016-08-23
liquidio: declare liquidio_set_rxcsum_command static
Nicholas Mc Guire
1
-2
/
+2
2016-08-23
hv_netvsc: add ethtool statistics for tx packet issues
Stephen Hemminger
2
-16
/
+79
2016-08-23
hv_netvsc: report vmbus name in ethtool
Stephen Hemminger
1
-0
/
+4
2016-08-23
hv_netvsc: make variable local
Stephen Hemminger
1
-3
/
+3
2016-08-23
hv_netvsc: make netvsc_destroy_buf void
Stephen Hemminger
1
-8
/
+6
2016-08-23
hv_netvsc: refactor completion function
Stephen Hemminger
1
-47
/
+56
2016-08-23
hv_netvsc: rearrange start_xmit
Stephen Hemminger
1
-55
/
+51
2016-08-23
hv_netvsc: init completion during alloc
Stephen Hemminger
1
-3
/
+1
2016-08-23
hv_netvsc: make device_remove void
Stephen Hemminger
2
-3
/
+2
2016-08-23
hv_netvsc: use ARRAY_SIZE() for NDIS versions
Stephen Hemminger
1
-3
/
+4
2016-08-23
hv_netvsc: make inline functions static
Stephen Hemminger
1
-1
/
+84
2016-08-23
hv_netvsc: style cleanups
Stephen Hemminger
3
-30
/
+3
2016-08-23
hv_netvsc: use kcalloc
Stephen Hemminger
1
-2
/
+2
2016-08-23
hv_netvsc: make RSS hash key static
Stephen Hemminger
2
-3
/
+2
[next]