index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Lines
2014-04-04
xen-netback: Trivial format string fix
Zoltan Kiss
-2
/
+2
2014-04-04
net: bcmgenet: Remove unnecessary version.h inclusion
Sachin Kamat
-1
/
+0
2014-04-04
net: smc911x: Remove unused local variable
Laurent Pinchart
-1
/
+0
2014-04-04
bonding: Inactive slaves should keep inactive flag's value
zheng.li
-1
/
+1
2014-04-03
net: Micrel KSZ8864RMN 4-port managed switch support
Philipp Zabel
-12
/
+40
2014-04-03
sxgbe: fix driver probe error path and driver removal leaks
françois romieu
-10
/
+17
2014-04-03
sxgbe: use common NET_VENDOR_FOO style.
françois romieu
-13
/
+20
2014-04-03
xen-netback: Grant copy the header instead of map and memcpy
Zoltan Kiss
-53
/
+70
2014-04-03
xen-netback: Rename map ops
Zoltan Kiss
-22
/
+24
2014-04-03
net: qlcnic: include irq.h for irq definitions
Josh Boyer
-0
/
+1
2014-04-03
net: enic: include irq.h for irqreturn_t definitions
Josh Boyer
-0
/
+1
2014-04-03
net: bnx2x: include irq.h for irqreturn_t definitions
Josh Boyer
-0
/
+1
2014-04-03
net: ti: fix CPTS driver build on arm
Alexei Starovoitov
-0
/
+2
2014-04-03
net: vxlan: fix crash when interface is created with no group
Mike Rapoport
-1
/
+5
2014-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-21834
/
+77015
2014-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-1
/
+1
2014-04-02
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2014-04-01
Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-ca...
David S. Miller
-161
/
+265
2014-04-01
qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'
Shahed Shaikh
-3
/
+26
2014-04-01
net: ptp: move PTP classifier in its own file
Daniel Borkmann
-0
/
+2
2014-04-01
net: sxgbe: make "core_ops" static
Dan Carpenter
-1
/
+1
2014-04-01
net: sxgbe: fix logical vs bitwise operation
Dan Carpenter
-3
/
+3
2014-04-01
net: sxgbe: sxgbe_mdio_register() frees the bus
Dan Carpenter
-7
/
+0
2014-04-01
Call efx_set_channels() before efx->type->dimension_resources()
Daniel Pieczko
-1
/
+9
2014-04-01
xen-netback: disable rogue vif in kthread context
Wei Liu
-2
/
+30
2014-04-01
net/mlx4: Set proper build dependancy with vxlan
Or Gerlitz
-0
/
+17
2014-04-01
be2net: fix build dependency on VxLAN
Sathya Perla
-1
/
+19
2014-04-01
can: c_can: Avoid led toggling for every packet.
Thomas Gleixner
-3
/
+4
2014-04-01
can: c_can: Simplify TX interrupt cleanup
Thomas Gleixner
-20
/
+17
2014-04-01
can: c_can: Store dlc private
Thomas Gleixner
-27
/
+29
2014-04-01
can: c_can: Reduce register access
Thomas Gleixner
-34
/
+15
2014-04-01
can: c_can: Make the code readable
Thomas Gleixner
-51
/
+56
2014-04-01
can: c_can: Provide protection in the xmit path
Thomas Gleixner
-1
/
+9
2014-04-01
can: c_can: Remove EOB exit
Thomas Gleixner
-3
/
+0
2014-04-01
can: c_can: Fix the lost message handling
Thomas Gleixner
-16
/
+15
2014-04-01
can: c_can: Fix buffer ordering
Thomas Gleixner
-2
/
+50
2014-04-01
can: c_can: Make it SMP safe
Thomas Gleixner
-15
/
+21
2014-04-01
can: c_can: Fix hardware raminit function
Thomas Gleixner
-10
/
+37
2014-04-01
can: c_can: Wait for CONTROL_INIT to be cleared
Thomas Gleixner
-3
/
+23
2014-04-01
can: c_can: check return value to users of c_can_set_bittiming()
Marc Kleine-Budde
-12
/
+22
2014-04-01
can: c_can: free_c_can_dev(): add missing netif_napi_del()
Marc Kleine-Budde
-0
/
+3
2014-04-01
can: usb_8dev: Fix memory leak in usb_8dev_start_xmit
Bjorn Van Tilt
-1
/
+1
2014-03-31
ixgbevf: Fix rcu warnings induced by LER
Mark Rustad
-5
/
+18
2014-03-31
ixgbe: Fix rcu warnings induced by LER
Mark Rustad
-5
/
+19
2014-03-31
INTEL-IGB: Convert iounmap to pci_iounmap
Peter Senna Tschudin
-2
/
+2
2014-03-31
i40e: Remove casts of pointer to same type
Joe Perches
-2
/
+2
2014-03-31
i40e/i40evf: Remove addressof casts to same type
Joe Perches
-4
/
+3
2014-03-31
i40e/i40evf: fix error checking path
Jean Sacren
-10
/
+12
2014-03-31
i40e: fix function kernel doc description
Jean Sacren
-1
/
+1
2014-03-31
ixgbevf: Change ixgbe_read_reg to ixgbevf_read_reg
Mark Rustad
-9
/
+9
[next]