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-08
net/hsr: Better frame dispatch
Arvid Brodin
11
-586
/
+656
2014-07-08
net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_...
Arvid Brodin
1
-3
/
+11
2014-07-08
net/hsr: Implemented .ndo_fix_features (better device features handling).
Arvid Brodin
2
-8
/
+49
2014-07-08
net/hsr: Use list_head (and rcu) instead of array for slave devices.
Arvid Brodin
9
-405
/
+438
2014-07-08
net/hsr: Move slave init to hsr_slave.c.
Arvid Brodin
6
-164
/
+205
2014-07-08
net/hsr: Operstate handling cleanup.
Arvid Brodin
3
-22
/
+30
2014-07-08
net/hsr: Move to per-hsr device prune timer.
Arvid Brodin
5
-27
/
+15
2014-07-08
net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()
Arvid Brodin
6
-247
/
+283
2014-07-08
net/hsr: Better variable names and update of contact info.
Arvid Brodin
8
-305
/
+304
2014-07-08
r8152: increase the tx timeout
hayeswang
1
-1
/
+1
2014-07-08
ipconfig: add static to local variable
Fabian Frederick
1
-1
/
+1
2014-07-07
Merge branch 'amd-xgbe-next'
David S. Miller
6
-101
/
+145
2014-07-07
amd-xgbe: Base AXI DMA cache settings on device tree
Lendacky, Thomas
3
-18
/
+37
2014-07-07
amd-xgbe: Performance enhancements
Lendacky, Thomas
4
-78
/
+100
2014-07-07
amd-xgbe: Call netif_napi_del on ndo_stop operation
Lendacky, Thomas
1
-3
/
+6
2014-07-07
amd-xgbe: Clear the proper MTL interrupt register
Lendacky, Thomas
1
-1
/
+1
2014-07-07
amd-xgbe: Fix debugfs compatibility change with kstrtouint
Lendacky, Thomas
1
-2
/
+2
2014-07-07
net: arcnet: Remove "#define bool int"
Rasmus Villemoes
1
-7
/
+3
2014-07-07
enic: fix return values in enic_set_coalesce
Govindarajulu Varadarajan
2
-17
/
+12
2014-07-07
bonding: remove no longer relevant vlan warnings
Jiri Pirko
1
-7
/
+0
2014-07-07
Merge branch 'at86rf230-next'
David S. Miller
4
-554
/
+990
2014-07-07
at86rf230: add new author
Alexander Aring
1
-0
/
+1
2014-07-07
at86rf230: add sleep cycle timing
Alexander Aring
1
-1
/
+6
2014-07-07
at86rf230: add timing for channel switch
Alexander Aring
1
-1
/
+7
2014-07-07
at86rf230: rework reset to trx_off state change
Alexander Aring
1
-1
/
+15
2014-07-07
at86rf230: rework state change and start/stop
Alexander Aring
1
-59
/
+67
2014-07-07
at86rf230: rework irq_pol setting
Alexander Aring
1
-5
/
+2
2014-07-07
at86rf230: move RX_SAFE_MODE setting to hw_init
Alexander Aring
1
-5
/
+4
2014-07-07
at86rf230: rework transmit and receive handling
Alexander Aring
1
-268
/
+571
2014-07-07
at86rf230: add support for at86rf23x desense
Alexander Aring
1
-4
/
+18
2014-07-07
at86rf230: remove is212 and add driver data
Alexander Aring
1
-23
/
+36
2014-07-07
at86rf230: rework detect device handling
Alexander Aring
1
-107
/
+76
2014-07-07
at86rf230: add regmap support
Alexander Aring
2
-105
/
+168
2014-07-07
mac802154: at86rf230: add hw flags and merge ops
Alexander Aring
3
-58
/
+102
2014-07-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
15
-176
/
+731
2014-07-07
Merge branch 'fec-next'
David S. Miller
2
-59
/
+79
2014-07-07
net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
Russell King
1
-6
/
+9
2014-07-07
net: fec: ensure fec_enet_free_buffers() properly cleans the rings
Russell King
1
-1
/
+6
2014-07-07
net: fec: clean up transmit descriptor setup
Russell King
1
-15
/
+18
2014-07-07
net: fec: make rx skb handling more robust
Russell King
1
-6
/
+11
2014-07-07
net: fec: remove useless fep->opened
Russell King
2
-6
/
+0
2014-07-07
net: fec: stop the phy before shutting down the MAC
Russell King
1
-1
/
+4
2014-07-07
net: fec: ensure that a disconnected phy isn't configured
Russell King
1
-0
/
+4
2014-07-07
net: fec: remove checking for NULL phy_dev in fec_enet_close()
Russell King
1
-4
/
+2
2014-07-07
net: fec: use netif_tx_disable() rather than netif_stop_queue()
Russell King
1
-2
/
+2
2014-07-07
net: fec: fix interrupt handling races
Russell King
1
-18
/
+22
2014-07-07
net: fec: fix ethtool set_pauseparam duplex bug
Russell King
1
-1
/
+1
2014-07-07
net: fec: iMX6 FEC does not support half-duplex gigabit
Russell King
1
-0
/
+1
2014-07-07
Merge branch 'net-hash-tx'
David S. Miller
26
-76
/
+202
2014-07-07
net: Only do flow_dissector hash computation once per packet
Tom Herbert
2
-2
/
+9
[next]