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-02-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
211
-6336
/
+9921
2014-02-20
bonding: fix bond_arp_rcv() race of curr_active_slave
Veaceslav Falico
1
-3
/
+7
2014-02-19
hyperv: Add latest NetVSP versions to auto negotiation
Haiyang Zhang
3
-10
/
+70
2014-02-19
tcp: use zero-window when free_space is low
Florian Westphal
1
-2
/
+15
2014-02-19
tipc: failed transmissions should return error
Erik Hugne
1
-8
/
+6
2014-02-19
atm: solos-pci: make solos_bh() as static
Daeseok Youn
1
-1
/
+1
2014-02-19
atm: nicstar: use NULL instead of 0 for pointer
Daeseok Youn
1
-4
/
+4
2014-02-19
atm: ambassador: use NULL instead of 0 for pointer
Daeseok Youn
1
-1
/
+1
2014-02-19
ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsg
Hannes Frederic Sowa
5
-5
/
+24
2014-02-19
bonding: Invert test
Joe Perches
1
-11
/
+10
2014-02-19
bonding: Remove unnecessary else
Joe Perches
1
-6
/
+6
2014-02-19
bonding: More use of ether_addr_copy
Joe Perches
3
-8
/
+7
2014-02-19
pcnet32: add missing check for pci_dma_mapping_error
Don Fry
1
-27
/
+81
2014-02-19
pcnet32: fix reallocation error
Don Fry
1
-9
/
+9
2014-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
540
-3558
/
+5378
2014-02-18
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
44
-116
/
+292
2014-02-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
12
-7
/
+55
2014-02-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
89
-361
/
+1081
2014-02-18
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
12
-38
/
+32
2014-02-18
Merge tag 'jfs-3.14-rc4' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
1
-0
/
+2
2014-02-18
rtnl: make ifla_policy static
Jiri Pirko
3
-56
/
+61
2014-02-18
hsr: Use ether_addr_copy
Joe Perches
3
-17
/
+17
2014-02-18
MAINTAINERS: add entry for the PHY library
Florian Fainelli
1
-0
/
+11
2014-02-18
of_mdio: fix phy interrupt passing
Ben Dooks
1
-7
/
+9
2014-02-18
ipv6: remove some unused include in flowlabel
Florent Fourcot
1
-6
/
+0
2014-02-18
ieee802154: fix faulty check in set_phy_params api
Phoebe Buckheister
1
-2
/
+4
2014-02-18
net: ethernet: update dependency and help text of mvneta
Thomas Petazzoni
1
-3
/
+3
2014-02-18
NET: fec: only enable napi if we are successful
Russell King
1
-2
/
+2
2014-02-18
af_packet: remove a stray tab in packet_set_ring()
Dan Carpenter
1
-1
/
+1
2014-02-18
Documentation: broadcom-bcmgenet: fix address and cells properties
Florian Fainelli
1
-4
/
+4
2014-02-18
tipc: align tipc function names with common naming practice in the network
Ying Xue
13
-287
/
+290
2014-02-18
sh_eth: add device tree support
Sergei Shtylyov
2
-3
/
+121
2014-02-19
Merge tag 'ttm-fixes-3.14-2014-02-18' of git://people.freedesktop.org/~thomas...
Dave Airlie
2
-0
/
+3
2014-02-19
Merge tag 'vmwgfx-fixes-3.14-2014-02-18' of git://people.freedesktop.org/~tho...
Dave Airlie
10
-71
/
+113
2014-02-19
Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux in...
Dave Airlie
13
-26
/
+55
2014-02-18
DT: net: document Ethernet bindings in one place
Sergei Shtylyov
20
-85
/
+53
2014-02-18
Drivers: net: ethernet: 3com: 3c589_cs fixed coding style issues
Justin van Wijngaarden
1
-543
/
+584
2014-02-18
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
9
-16
/
+75
2014-02-18
Merge branch 'bonding'
David S. Miller
5
-86
/
+119
2014-02-18
bonding: rename last_arp_rx to last_rx
Veaceslav Falico
2
-8
/
+8
2014-02-18
bonding: trivial: rename slave->jiffies to ->last_link_up
Veaceslav Falico
2
-11
/
+12
2014-02-18
bonding: remove useless updating of slave->dev->last_rx
Veaceslav Falico
2
-10
/
+1
2014-02-18
bonding: use last_arp_rx in bond_loadbalance_arp_mon()
Veaceslav Falico
1
-2
/
+2
2014-02-18
bonding: use last_arp_rx in slave_last_rx()
Veaceslav Falico
1
-7
/
+3
2014-02-18
bonding: use the new options to correctly set last_arp_rx
Veaceslav Falico
1
-7
/
+8
2014-02-18
bonding: document the new _arp options for arp_validate
Veaceslav Falico
1
-30
/
+66
2014-02-18
bonding: extend arp_validate to be able to receive unvalidated arp-only traffic
Veaceslav Falico
2
-5
/
+19
2014-02-18
bonding: always set recv_probe to bond_arp_rcv in arp monitor
Veaceslav Falico
2
-4
/
+2
2014-02-18
bonding: always update last_arp_rx on packet recieve
Veaceslav Falico
1
-0
/
+2
2014-02-18
bonding: permit using arp_validate with non-ab modes
Veaceslav Falico
3
-8
/
+5
[next]