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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-09
ipconfig: Only bootp paths should reference ic_dev_xid.
David S. Miller
1
-1
/
+1
2014-07-09
Merge branch 'systemport-next'
David S. Miller
1
-62
/
+61
2014-07-09
net: systemport: use kcalloc instead of kzalloc
Florian Fainelli
1
-3
/
+3
2014-07-09
net: systemport: align multiple lines correctly
Florian Fainelli
1
-59
/
+58
2014-07-09
hyperv: Add netpoll support
Richard Weinberger
1
-0
/
+11
2014-07-09
arc_emac: Remove unused pointer to net_device from arc_emac_priv
Tobias Klauser
2
-3
/
+0
2014-07-09
arc_emac: Use net_device_stats from struct net_device
Tobias Klauser
2
-7
/
+5
2014-07-09
ipconfig: move ic_dev_xid under IPCONFIG_BOOTP
Fabian Frederick
1
-2
/
+1
2014-07-08
net: phy: export phy_suspend and phy_resume
Florian Fainelli
1
-0
/
+2
2014-07-08
Merge branch 'fec-next'
David S. Miller
2
-80
/
+68
2014-07-08
net: fec: consolidate hwtstamp implementation
Russell King
1
-18
/
+19
2014-07-08
net: fec: remove useless status check in tx reap path
Russell King
1
-3
/
+0
2014-07-08
net: fec: add support for dumping transmit ring on timeout
Russell King
1
-0
/
+23
2014-07-08
net: fec: reorder ethtool ops to match order in struct declaration
Russell King
1
-7
/
+5
2014-07-08
net: fec: clear receive interrupts before processing a packet
Russell King
1
-0
/
+2
2014-07-08
net: fec: replace delayed work with standard work
Russell King
2
-26
/
+16
2014-07-08
net: fec: better implementation of iMX6 ERR006358 quirk
Russell King
2
-27
/
+4
2014-07-08
netpoll: fix use after free
david decotigny
1
-1
/
+2
2014-07-08
xen-netback: Adding debugfs "io_ring_qX" files
Zoltan Kiss
4
-2
/
+200
2014-07-08
net: provide stubs for ip6_set_txhash and ip6_make_flowlabel
Florian Fainelli
1
-0
/
+10
2014-07-08
Merge branch 'fec-next'
David S. Miller
1
-43
/
+84
2014-07-08
net: fec: clean up duplex mode handling
Russell King
1
-12
/
+12
2014-07-08
net: fec: quiesce packet processing when taking link down in fec_enet_adjust_...
Russell King
1
-0
/
+4
2014-07-08
net: fec: quiesce packet processing before changing features
Russell King
1
-9
/
+16
2014-07-08
net: fec: quiesce packet processing before stopping device in fec_set_features()
Russell King
1
-1
/
+1
2014-07-08
net: fec: quiesce packet processing before stopping device in fec_suspend()
Russell King
1
-7
/
+9
2014-07-08
net: fec: remove inappropriate calls around fec_restart()
Russell King
1
-20
/
+6
2014-07-08
net: fec: move calls to quiesce/resume packet processing out of fec_restart()
Russell King
1
-19
/
+45
2014-07-08
net: fec: only restart or stop the device if it is present and running
Russell King
1
-5
/
+14
2014-07-08
net: fec: ensure fec_enet_close() copes with resume failure
Russell King
1
-2
/
+2
2014-07-08
net: fec: improve safety of suspend/resume/transmit timeout paths
Russell King
1
-0
/
+7
2014-07-08
Merge branch 'mlx4-next'
David S. Miller
7
-36
/
+54
2014-07-08
net/mlx4_en: Fix mac_hash database inconsistency
Noa Osherovich
2
-10
/
+15
2014-07-08
net/mlx4_en: Do not count LLC/SNAP in MTU calculation
Yishai Hadas
2
-3
/
+1
2014-07-08
net/mlx4_en: Do not disable vlan filter during promiscuous mode
Eugenia Emantayev
1
-10
/
+0
2014-07-08
net/mlx4: Verify port number in __mlx4_unregister_mac
Eugenia Emantayev
1
-2
/
+8
2014-07-08
net/mlx4_en: Run loopback test only when port is up
Eugenia Emantayev
1
-1
/
+2
2014-07-08
net/mlx4_en: Fix set port ratelimit for 40GE
Eugenia Emantayev
3
-10
/
+28
2014-07-08
Merge branch 'bridge_batmanadv_exports'
David S. Miller
2
-0
/
+57
2014-07-08
bridge: export knowledge about the presence of IGMP/MLD queriers
Linus Lüssing
2
-0
/
+43
2014-07-08
bridge: adding stubs for multicast exports
Linus Lüssing
1
-0
/
+14
2014-07-08
tipc: fix a memleak when sending data
Erik Hugne
1
-1
/
+4
2014-07-08
defxx: Fix issues with debug printk calls
Maciej W. Rozycki
2
-12
/
+11
2014-07-08
Merge branch 'defxx-next'
David S. Miller
1
-34
/
+87
2014-07-08
defxx: Add missing DMA synchronisation calls
Maciej W. Rozycki
1
-4
/
+16
2014-07-08
defxx: Handle DMA mapping errors
Maciej W. Rozycki
1
-26
/
+58
2014-07-08
defxx: Use netdev_alloc_skb consistently
Maciej W. Rozycki
1
-2
/
+6
2014-07-08
defxx: Discard DMA maps on buffer deallocation
Maciej W. Rozycki
1
-1
/
+6
2014-07-08
defxx: Correct the receive DMA map size
Maciej W. Rozycki
1
-3
/
+3
2014-07-08
Merge branch 'sctp_command_queue'
David S. Miller
3
-77
/
+32
[next]