summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-041-1/+1
|\
| * tcp: Fix >4GB writes on 64-bit.David S. Miller2010-09-281-1/+1
* | ipmr: RCU protection for mfc_cache_arrayEric Dumazet2010-10-041-0/+1
* | ipv4: introduce __ip_dev_find()Eric Dumazet2010-10-011-1/+6
* | net: rename netdev rx_queue to ingress_queueEric Dumazet2010-09-291-1/+1
* | dummy: percpu stats and lockless xmitEric Dumazet2010-09-291-0/+1
* | net: Add netif_copy_real_num_queues() for use by virtual net driversBen Hutchings2010-09-281-0/+12
* | net: Allow changing number of RX queues after device allocationBen Hutchings2010-09-281-1/+15
* | tunnels: prepare percpu accountingEric Dumazet2010-09-281-0/+1
* | Phonet: Implement Pipe Controller to support Nokia Slim ModemsKumar Sanghvi2010-09-281-0/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-272-6/+6
|\|
| * net: Move "struct net" declaration inside the __KERNEL__ macro guardOllie Wild2010-09-221-2/+2
| * netpoll: Disable IRQ around RCU dereference in netpoll_rxHerbert Xu2010-09-181-4/+4
* | net: loopback driver cleanupEric Dumazet2010-09-271-2/+4
* | net: skb_frag_t can be smaller on small archesEric Dumazet2010-09-271-0/+5
* | stmmac: review the wake-up supportGiuseppe Cavallaro2010-09-251-0/+1
* | net: return operator cleanupEric Dumazet2010-09-234-7/+7
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-09-222-2/+10
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-212-2/+10
| |\ \
| | * | wl1271: make ref_clock configurable by boardOhad Ben-Cohen2010-09-211-0/+1
| | * | wl12xx: add platform data passing supportOhad Ben-Cohen2010-09-211-0/+3
| | * | wl12xx: make wl12xx.h common to both spi and sdioOhad Ben-Cohen2010-09-211-2/+2
| | * | cfg80211/nl80211: introduce p2p device typesJohannes Berg2010-09-161-0/+4
* | | | net: constify some ppp/pptp structsEric Dumazet2010-09-221-1/+1
* | | | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller2010-09-221-2/+4
|\ \ \ \
| * | | | dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker2010-09-211-2/+4
| |/ / /
* | | | ethtool: Add Ethernet MAC-level filtering/steeringBen Hutchings2010-09-211-1/+5
* | | | ethtool: Define RX n-tuple action to clear a ruleBen Hutchings2010-09-211-2/+3
|/ / /
* | | net: reorder struct netdev_hw_addrEric Dumazet2010-09-191-1/+1
* | | ethtool: Add comments for valid use of flow typesBen Hutchings2010-09-181-15/+15
* | | ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings2010-09-181-2/+3
* | | stmmac: consolidate and tidy-up the COE supportGiuseppe CAVALLARO2010-09-181-0/+2
* | | stmmac: add CSR Clock range selectionGiuseppe CAVALLARO2010-09-181-0/+1
* | | net: shrinks struct net_deviceEric Dumazet2010-09-171-9/+11
* | | ipv4: ip_ptr cleanupsEric Dumazet2010-09-162-10/+6Star
* | | Phonet: hook resource routing to userspace via ioctl()'sRĂ©mi Denis-Courmont2010-09-161-0/+2
* | | net: add rtnl_dereference()Eric Dumazet2010-09-161-0/+9
* | | ethtool: Remove unimplemented flow specification typesBen Hutchings2010-09-151-19/+2Star
* | | ethtool: Complete kernel-doc comments for RX flow filter and hash controlBen Hutchings2010-09-151-16/+113
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-1034-102/+368
|\ \ \ | | |/ | |/|
| * | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-09-101-1/+10
| |\ \
| | * | cgroups: fix API thinkoMichael S. Tsirkin2010-09-051-1/+10
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-09-082-2/+5
| |\ \ \
| | * | | ACPI/PCI: Negotiate _OSC control bits before requesting them Rafael J. Wysocki2010-08-241-2/+2
| | * | | PCI: provide stub pci_domain_nr function for !CONFIG_PCI configsDave Airlie2010-08-141-0/+3
| * | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-09-071-0/+2
| |\ \ \ \
| | * | | | powerpc/85xx: Add P1021 PCI IDs and quirksAnton Vorontsov2010-08-311-0/+2
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-09-071-1/+1
| |\ \ \ \ \
| | * | | | | percpu: handle __percpu notations in UP accessorsNamhyung Kim2010-08-071-1/+1
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-09-071-7/+11
| |\ \ \ \ \ \