summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sfc: Move the Solarflare driversJeff Kirsher2011-08-1142-6/+5Star
* cassini/niu/sun*: Move the Sun driversJeff Kirsher2011-08-1124-76/+102
* ni5010: Move the Racal-Interlan (Micom) driverJeff Kirsher2011-08-119-27/+40
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-08-11355-1467/+1699
|\
| * i825xx: Move the Intel 82586/82593/82596 based driversJeff Kirsher2011-08-1131-194/+208
| * smsc: Move the SMC (SMSC) driversJeff Kirsher2011-08-1122-144/+151
| * qlogic: Move the QLogic driversJeff Kirsher2011-08-1132-33/+67
| * intel: Move the Intel wired LAN driversJeff Kirsher2011-08-11101-220/+239
| * chelsio: Move the Chelsio driversJeff Kirsher2011-08-1178-97/+123
| * broadcom: Move the Broadcom driversJeff Kirsher2011-08-1144-115/+141
| * 8390: Move the 8390 related driversJeff Kirsher2011-08-1141-344/+384
| * amd: Move AMD (Lance) chipset driversJeff Kirsher2011-08-1137-187/+216
| * 3c*/acenic/typhoon: Move 3Com Ethernet driversJeff Kirsher2011-08-1120-158/+176
| * drivers/net/ethernet: Add ethernet dir and config optionJeff Kirsher2011-08-114-1/+20
* | net: fix potential neighbour race in dst_ifdown()Eric Dumazet2011-08-101-5/+10
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-08710-11564/+18518
|\
| * dp83640: increase receive time stamp buffer sizeRichard Cochran2011-08-081-3/+2Star
| * gianfar: fix fiper alignment after resetting the timeRichard Cochran2011-08-081-7/+2Star
| * rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...)huajun li2011-08-081-1/+0Star
| * ipv4: use dst with ref during bcast/mcast loopbackJulian Anastasov2011-08-081-0/+1
| * ipv4: route non-local sources for raw socketJulian Anastasov2011-08-082-2/+3
| * netfilter: TCP and raw fix for ip_route_me_harderJulian Anastasov2011-08-081-10/+8Star
| * net: Make userland include of netlink.h more sane.David S. Miller2011-08-082-3/+5
| * ipv4: Fix ip_getsockopt for IP_PKTOPTIONSDaniel Baluta2011-08-081-4/+5
| * compat_ioctl: add compat handler for PPPIOCGL2TPSTATSFlorian Westphal2011-08-081-0/+1
| * ipv4: fix the reusing of routing cache entriesJulian Anastasov2011-08-081-1/+2
| * bonding: document two undocumented options.Nicolas de Pesloüan2011-08-081-0/+29
| * slip: fix NOHZ local_softirq_pending 08 warningMatvejchikov Ilya2011-08-081-1/+1
| * netfilter: avoid double free in nf_reinjectJulian Anastasov2011-08-081-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-081-2/+4
| |\
| | * sparc: Fix build with DEBUG_PAGEALLOC enabled.David S. Miller2011-08-061-2/+4
| * | sh: Fix boot crash related to SCIRafael J. Wysocki2011-08-081-1/+1
| * | arm: remove stale export of 'sha_transform'Linus Torvalds2011-08-081-3/+0Star
| * | arm: remove "optimized" SHA1 routinesLinus Torvalds2011-08-072-212/+1Star
| * | fix rcu annotations noise in cred.hAl Viro2011-08-071-5/+6
| * | vfs: rename 'do_follow_link' to 'should_follow_link'Linus Torvalds2011-08-071-2/+2
| * | Fix POSIX ACL permission checkAri Savolainen2011-08-071-1/+1
| * | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-08-079-504/+617
| |\ \
| | * | ore: Make ore its own moduleBoaz Harrosh2011-08-073-1/+23
| | * | exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh2011-08-076-255/+295
| | * | exofs: ios: Move to a per inode components & device-tableBoaz Harrosh2011-08-074-183/+218
| | * | exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh2011-08-074-73/+79
| | * | exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh2011-08-073-16/+38
| | * | exofs: Fix truncate for the raid-groups caseBoaz Harrosh2011-08-041-20/+53
| | * | exofs: Small cleanup of exofs_fill_superBoaz Harrosh2011-08-041-4/+2Star
| | * | exofs: BUG: Avoid sbi reallocBoaz Harrosh2011-08-042-24/+30
| | * | exofs: Remove pnfs-osd private definitionsBoaz Harrosh2011-08-042-50/+1Star
| | * | nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4Boaz Harrosh2011-08-041-5/+5
| * | | vfs: optimize inode cache access patternsLinus Torvalds2011-08-074-34/+106
| * | | vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2011-08-072-18/+14Star