aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-152-2/+1
* macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko2010-06-152-2/+1
* net: add rx_handler data pointerJiri Pirko2010-06-151-1/+3
* netpoll: Add netpoll_tx_runningHerbert Xu2010-06-151-0/+9
* netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu2010-06-151-0/+2
* netpoll: Add ndo_netpoll_setupHerbert Xu2010-06-151-0/+2
* netpoll: Fix RCU usageHerbert Xu2010-06-151-5/+8
* ethtool: Revert incorrect indentation changesBen Hutchings2010-06-141-20/+20
* net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings2010-06-122-38/+56
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-111-1/+4
|\
| * net: deliver skbs on inactive slaves to exact matchesJohn Fastabend2010-06-101-1/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-112-159/+2
|\ \
| * | ssb: remove the ssb DMA APIFUJITA Tomonori2010-06-041-157/+0
| * | ssb: add dma_dev to ssb_device structureFUJITA Tomonori2010-06-041-1/+1
| * | wireless: fix several minor description typosWalter Goldens2010-06-021-1/+1
* | | anycast: Some RCU conversionsEric Dumazet2010-06-071-2/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-061-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-311-1/+1
| |\ \
| | * | netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-311-1/+1
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-31172-975/+3795
| |\ \ \ | | |/ /
* | | | bonding: allow user-controlled output slave selectionAndy Gospodarek2010-06-051-0/+1
* | | | skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck2010-06-051-1/+2
* | | | net: use __packed annotationEric Dumazet2010-06-0315-90/+90
* | | | ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet2010-06-031-0/+1
* | | | net: replace hooks in __netif_receive_skb V5Jiri Pirko2010-06-023-6/+7
* | | | packet_mmap: expose hw packet timestamps to network packet capture utilitiesScott McMillan2010-06-021-0/+1
* | | | net: CONFIG_NET_NS reductionEric Dumazet2010-06-021-5/+1
* | | | net: Fix NETDEV_NOTIFY_PEERS to not conflict with NETDEV_BONDING_DESLAVE.David S. Miller2010-05-311-1/+1
* | | | arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2010-05-312-0/+3
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-311-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | skb: make skb_recycle_check() return a bool valueChangli Gao2010-05-291-1/+1
* | | Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2010-05-301-7/+4
|\ \ \
| * | | SLUB: Allow full duplication of kmalloc array for 390Christoph Lameter2010-05-301-1/+1
| * | | slub: move kmem_cache_node into it's own cachelineAlexander Duyck2010-05-241-6/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-301-1/+4
|\ \ \ \
| * | | | fuse: support splice() writing to fuse deviceMiklos Szeredi2010-05-251-1/+4
| |/ / /
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2010-05-3010-281/+657
|\ \ \ \
| * | | | mfd: New AB8500 driverRabin Vincent2010-05-282-262/+128
| * | | | mfd: AB3100 register access change to abx500 APIMattias Wallin2010-05-281-15/+119
| * | | | mfd: Renamed ab3100.h to abx500.hLinus Walleij2010-05-281-0/+0
| * | | | mfd: Add Toshiba's TC35892 MFD coreRabin Vincent2010-05-281-0/+132
| * | | | mfd: Ensure WM831x charger interrupts are acknowledged when suspendingMark Brown2010-05-281-2/+3
| * | | | input: Touchscreen driver for TPS6507xTodd Fischer2010-05-282-0/+26
| * | | | mfd: Add TPS6507x supportTodd Fischer2010-05-281-0/+22
| * | | | mfd: Add tps6507x board data structureTodd Fischer2010-05-281-0/+11
| * | | | mfd: Move TPS6507x register definition to header file.Todd Fischer2010-05-281-0/+134
| * | | | mfd: Janz CMOD-IO PCI MODULbus Carrier Board supportIra W. Snyder2010-05-281-0/+54
| * | | | mfd: Section cleanup of 88pm860x driverHenrik Kretzschmar2010-05-281-2/+2
| * | | | mfd: Add support for the RDC321x southbridgeFlorian Fainelli2010-05-281-0/+26
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-05-301-0/+45
|\ \ \ \ \