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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-26
firewire net, ipv4 arp: Extend hardware address and remove driver-level packe...
YOSHIFUJI Hideaki / 吉藤英明
1
-127
/
+26
2013-03-26
firewire net: Ignore spd and max_payload advertised by ARP.
YOSHIFUJI Hideaki / 吉藤英明
1
-16
/
+0
2013-03-26
firewire net: Allocate address handler before registering net_device.
YOSHIFUJI Hideaki / 吉藤英明
1
-12
/
+10
2013-03-26
firewire net: Send L2 multicast via GASP.
YOSHIFUJI Hideaki / 吉藤英明
1
-5
/
+7
2013-03-26
firewire net: Accept IPv4 and ARP only.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+19
2013-03-26
net/davinci_emac: use devres APIs
Sekhar Nori
1
-30
/
+16
2013-03-26
VXLAN: Use IP Tunnels tunnel ENC encap API
Pravin B Shelar
1
-24
/
+2
2013-03-26
VXLAN: Fix vxlan stats handling.
Pravin B Shelar
2
-65
/
+8
2013-03-26
GRE: Refactor GRE tunneling code.
Pravin B Shelar
1
-1
/
+1
2013-03-25
xen-netback: remove skb in xen_netbk_alloc_page
Wei Liu
1
-3
/
+2
2013-03-25
xen-netfront: frags -> slots in xennet_get_responses
Wei Liu
1
-9
/
+9
2013-03-25
xen-netfront: remove unused variable `extra'
Wei Liu
1
-7
/
+1
2013-03-25
net: fec: build fec.c and fec_ptp.c to one module
Frank Li
3
-4
/
+2
2013-03-24
Merge tag 'firewire-net-resource-mgt' of git://git.kernel.org/pub/scm/linux/k...
David S. Miller
1
-72
/
+105
2013-03-24
mv643xx_eth: defer probing if Marvell Orion MDIO driver not loaded
Simon Baatz
1
-3
/
+9
2013-03-24
net: mvmdio: define module alias for platform device
Simon Baatz
1
-0
/
+1
2013-03-22
ioat/dca: Update DCA BIOS workarounds to use TAINT_FIRMWARE_WORKAROUND
Alexander Duyck
1
-3
/
+8
2013-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
17
-67
/
+120
2013-03-22
qlcnic: Bump up the version to 5.1.38
Shahed Shaikh
1
-2
/
+2
2013-03-22
qlcnic: Clear link status when interface is down
Shahed Shaikh
1
-0
/
+1
2013-03-22
qlcnic: change mdelay to msleep
Shahed Shaikh
1
-1
/
+1
2013-03-22
qlcnic: Log warning message for 83xx adapter in MSI mode.
Himanshu Madhani
1
-0
/
+6
2013-03-22
qlcnic: Fix configure mailbox interrupt command for 83xx adapter
Manish chopra
1
-2
/
+1
2013-03-22
mv643xx_eth: convert to use the Marvell Orion MDIO driver
Florian Fainelli
3
-183
/
+19
2013-03-22
net: mvmdio: enhance driver to support SMI error/done interrupts
Florian Fainelli
1
-18
/
+80
2013-03-22
net: mvmdio: rename base register cookie from smireg to regs
Florian Fainelli
1
-7
/
+7
2013-03-22
net: mvmdio: allow platform device style registration
Florian Fainelli
1
-7
/
+15
2013-03-22
s6gmac: fix error return code in s6gmac_probe()
Wei Yongjun
1
-0
/
+1
2013-03-22
bnx2x: increase inner ip id during encapsulated tso
Dmitry Kravkov
4
-13
/
+15
2013-03-22
virtio: remove obsolete virtqueue_get_queue_index()
Rusty Russell
2
-5
/
+5
2013-03-22
net: Fix p3_gelic_net sparse warnings
Geoff Levand
1
-123
/
+117
2013-03-22
appletalk: remove "config IPDDP_DECAP"
Paul Bolle
1
-17
/
+1
2013-03-21
sh_eth: fix unused variable warning
Sergei Shtylyov
1
-1
/
+0
2013-03-21
sh_eth: use managed device API
Sergei Shtylyov
2
-35
/
+13
2013-03-21
sh_eth: kill unneeded typecast in sh_eth_drv_probe()
Sergei Shtylyov
1
-2
/
+1
2013-03-21
sh_eth: use PIR_* bits
Sergei Shtylyov
1
-4
/
+4
2013-03-21
net/mlx4_core: Disallow releasing VF QPs which have steering rules
Hadar Hen Zion
1
-8
/
+33
2013-03-21
net/mlx4_core: Always use 64 bit resource ID when doing lookup
Hadar Hen Zion
1
-1
/
+1
2013-03-21
net/mlx4_en: Remove ethtool flow steering rules before releasing QPs
Hadar Hen Zion
1
-11
/
+11
2013-03-21
net/mlx4_core: Fix wrong order of flow steering resources removal
Hadar Hen Zion
1
-1
/
+1
2013-03-21
net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapper
Moshe Lazer
1
-1
/
+1
2013-03-21
gianfar: Remove superfluous kernel_dropped local counter
Claudiu Manoil
3
-7
/
+1
2013-03-21
gianfar: Cleanup dead code and minor formatting
Claudiu Manoil
1
-4
/
+3
2013-03-21
gianfar: Remove 'maybe-uninitialized' compile warning
Claudiu Manoil
1
-1
/
+1
2013-03-21
net: ethernet: cpsw: fix erroneous condition in error check
Lothar Waßmann
1
-1
/
+1
2013-03-21
net: sh-eth: Use pr_err instead of printk
Nobuhiro Iwamatsu
1
-2
/
+2
2013-03-21
lantiq_etop: use free_netdev(netdev) instead of kfree()
Wei Yongjun
1
-1
/
+1
2013-03-21
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
209
-1520
/
+6428
2013-03-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
209
-1520
/
+6428
2013-03-20
chelsio: use netdev_alloc_skb_ip_align
stephen hemminger
1
-2
/
+1
[next]