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
2014-06-05
dm9000: acquire irq flags from device tree
Andrew Ruder
1
-0
/
+3
2014-06-05
i40e: add missing VSI statistics
Shannon Nelson
2
-0
/
+26
2014-06-05
i40e/i40evf: remove rx_errors and rx_missed
Shannon Nelson
7
-16
/
+5
2014-06-05
i40e: refactor stats collection
Shannon Nelson
1
-166
/
+189
2014-06-05
i40e: refactor send version
Jesse Brandeburg
1
-13
/
+18
2014-06-05
i40e/i40evf: VEB structure added, GTIME macro update
Kamil Krawczyk
2
-4
/
+24
2014-06-05
i40e: notify VF of all types of resets
Mitch Williams
1
-3
/
+3
2014-06-05
i40evf: fix crash when changing ring sizes
Mitch Williams
3
-13
/
+15
2014-06-05
i40evf: set descriptor multiple to 32
Mitch Williams
1
-1
/
+1
2014-06-05
i40e: clamp jumbo frame size
Jesse Brandeburg
1
-1
/
+1
2014-06-05
i40e/i40evf: remove unused RX_LRO define
Jesse Brandeburg
2
-14
/
+0
2014-06-05
i40e: remove check for large buffer
Kamil Krawczyk
1
-6
/
+0
2014-06-05
i40e: Rework register diagnostic
Kamil Krawczyk
1
-13
/
+37
2014-06-05
i40e: don't use OR to check a value
Jesse Brandeburg
1
-2
/
+2
2014-06-04
vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)
Tom Herbert
1
-61
/
+59
2014-06-04
bonding: Support macvlans on top of tlb/rlb mode bonds
Vlad Yasevich
3
-6
/
+45
2014-06-04
macvlan: Support bonding events
Vlad Yasevich
1
-0
/
+7
2014-06-04
bonding: Turn on IFF_UNICAST_FLT on bond devices
Vlad Yasevich
1
-1
/
+1
2014-06-04
trivial: drivers/net/ethernet/nvidia/forcedeth.c: fix typo s/SUBSTRACT1/SUBTR...
Antonio Ospite
1
-5
/
+5
2014-06-04
gianfar: Fix the section mismatch warnings.
Xiubo Li
1
-1
/
+1
2014-06-04
xen-netfront: initialise queue name in xennet_init_queue
Wei Liu
1
-0
/
+3
2014-06-04
xen-netfront: Add support for multiple queues
Andrew J. Bennieston
1
-36
/
+134
2014-06-04
xen-netfront: Factor queue-specific data into queue struct.
Andrew J. Bennieston
1
-393
/
+579
2014-06-04
xen-netback: Add support for multiple queues
Andrew J. Bennieston
4
-18
/
+116
2014-06-04
xen-netback: Factor queue-specific data into queue struct
Wei Liu
4
-590
/
+819
2014-06-04
xen-netback: Move grant_copy_op array back into struct xenvif.
Andrew J. Bennieston
2
-11
/
+1
2014-06-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
10
-21
/
+24
2014-06-03
e1000: Use time_after() for time comparison
Manuel Schölling
1
-1
/
+2
2014-06-03
e1000: remove the check: skb->len<=0
Yongjian Xu
1
-5
/
+0
2014-06-03
igb: add defaults for i210 TX/RX PBSIZE
Todd Fujinaka
3
-0
/
+13
2014-06-03
igb: use mac loopback for i354 backplane
Todd Fujinaka
1
-2
/
+2
2014-06-03
igb: rename igb_ptp_enable to igb_ptp_feature_enable
Jacob Keller
1
-5
/
+5
2014-06-03
ixgbe: remove linux/export.h header from ixgbe_ptp.c
Jacob Keller
1
-1
/
+0
2014-06-03
ixgbe: fix detection of SFP+ capable interfaces
Emil Tantilov
2
-7
/
+2
2014-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
20
-59
/
+220
2014-06-03
sh_eth: fix SH7619/771x support
Sergei Shtylyov
1
-0
/
+21
2014-06-03
sh_eth: use RNC mode for packet reception
Ben Dooks
2
-11
/
+2
2014-06-03
bnx2x: Fix kernel crash and data miscompare after EEH recovery
wenxiong@linux.vnet.ibm.com
1
-0
/
+12
2014-06-03
bnx2x: Adapter not recovery from EEH error injection
wenxiong@linux.vnet.ibm.com
1
-2
/
+2
2014-06-03
net: driver: smsc: set NOCARRIER flag in dev at driver initialization
Balakumaran Kannan
1
-0
/
+2
2014-06-03
lpc_eth: Use resource_size instead of computation
Benoit Taine
1
-5
/
+3
2014-06-02
net: hisilicon: add hix5hd2 mac driver
Zhangfei Gao
5
-0
/
+1100
2014-06-02
cnic: Fix missing ISCSI_KEVENT_IF_DOWN message
Michael Chan
1
-3
/
+5
2014-06-02
cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings()
Michael Chan
1
-6
/
+0
2014-06-02
cnic: Don't take rcu_read_lock in cnic_rcv_netevent()
Michael Chan
1
-4
/
+11
2014-06-02
net: davinci_emac: Remove unwanted debug/error message
Christian Riesch
1
-1
/
+0
2014-06-02
Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
11
-42
/
+48
2014-06-03
ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()
Ben Hutchings
8
-39
/
+44
2014-06-02
fec: Include pinctrl header file
Fabio Estevam
1
-0
/
+1
2014-06-02
via-ircc: Remove useless return variables
Peter Senna Tschudin
1
-5
/
+2
[next]