summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vlan: Add GVRP supportPatrick McHardy2008-07-069-13/+134
* vlan: Move device unregistration before lower dev cleanupPatrick McHardy2008-07-061-2/+2
* vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy2008-07-064-19/+14Star
* net: Add GARP applicant-only participantPatrick McHardy2008-07-065-0/+767
* bridge: Use STP demuxPatrick McHardy2008-07-064-18/+16Star
* net: Add STP demux layerPatrick McHardy2008-07-065-0/+121
* MIB: add struct net to UDP6_INC_STATS_BHPavel Emelyanov2008-07-062-8/+9
* MIB: add struct net to UDP6_INC_STATS_USERPavel Emelyanov2008-07-062-5/+8
* MIB: add struct net to UDP_INC_STATS_BHPavel Emelyanov2008-07-063-13/+16
* MIB: add struct net to UDP_INC_STATS_USERPavel Emelyanov2008-07-062-5/+8
* Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-07-0637-944/+846Star
|\
| * 8390: Split 8390 support into a pausing and a non pausing driver coreAlan Cox2008-07-047-36/+116
| * WAN: Remove no longer needed pvc_desc in FR code.Krzysztof Halasa2008-07-041-17/+8Star
| * WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-0417-230/+174Star
| * igb: add NAPI Rx queue supportPJ Waskiewicz2008-07-042-89/+61Star
| * igb: fix init on 82575 with MNG enabledAlexander Duyck2008-07-044-0/+79
| * igb: eliminate hw from the hw_dbg macro argumentsAuke Kok2008-07-047-182/+147Star
| * igb: fix parameter optionsAlexander Duyck2008-07-041-4/+0Star
| * igb: cleanup function header commentsJeff Kirsher2008-07-044-103/+103
| * igb: Remove adapter struct from these function call parametersMitch Williams2008-07-041-48/+40Star
| * igb: limit EEPROM accessJeff Kirsher2008-07-041-0/+4
| * ipg: run-time configurable jumbo frame supportPekka Enberg2008-07-042-95/+32Star
| * ipg: per-device max_rxframe_sizePekka Enberg2008-07-042-2/+7
| * ipg: per-device rxsupport_sizePekka Enberg2008-07-042-4/+6
| * ipg: per-device rxfrag_sizePekka Enberg2008-07-042-14/+12Star
| * ipg: remove jumbo frame #ifdef from mtuPekka Enberg2008-07-042-3/+5
| * ipg: always compile in jumbo frame supportPekka Enberg2008-07-042-15/+21
| * Merge branch 'r8169-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Jeff Garzik2008-07-042-116/+45Star
| |\
| | * r8169: remove non-napi codeFrancois Romieu2008-06-292-114/+41Star
| | * r8169: multicast register update (sync with Realtek's 8.004.00 8168 driver)Francois Romieu2008-06-291-2/+4
* | | netns: selective flush of rt_cacheDenis V. Lunev2008-07-061-1/+30
* | | netns: place rt_genid into struct netDenis V. Lunev2008-07-062-33/+44
* | | ipv4: pass current value of rt_genid into rt_hashDenis V. Lunev2008-07-061-11/+17
* | | netns: add struct net parameter to rt_cache_invalidateDenis V. Lunev2008-07-061-3/+3
* | | netns: make rt_secret_rebuild timer per namespaceDenis V. Lunev2008-07-062-10/+32
* | | netns: register net.ipv4.route.flush in each namespaceDenis V. Lunev2008-07-062-10/+70
* | | ipv4: remove static flush_delay variableDenis V. Lunev2008-07-061-3/+8
* | | net: add fib_rules_ops to flush_cache methodDenis V. Lunev2008-07-064-5/+5
* | | netns: add namespace parameter to rt_cache_flushDenis V. Lunev2008-07-068-24/+27
* | | tun: Allow GSO using virtio_net_hdrRusty Russell2008-07-032-3/+94
* | | tun: TUNSETFEATURES to set gso features.Rusty Russell2008-07-032-0/+56
* | | tun: Interface to query tun/tap features.Rusty Russell2008-07-032-0/+9
|/ /
* | Merge branch 'net-next-2.6-v6ready-20080703' of git://git.linux-ipv6.org/gitr...David S. Miller2008-07-0313-26/+223
|\ \
| * | ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.YOSHIFUJI Hideaki2008-07-033-8/+59
| * | ipv4: Do cleanup for ip_mr_initWang Chen2008-07-034-9/+28
| * | ipv6: Do cleanup for ip6_mr_init.Wang Chen2008-07-033-7/+45
| * | ipv6 route: Prefer outgoing interface with source address assigned.YOSHIFUJI Hideaki2008-07-031-4/+16
| * | ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki2008-07-033-0/+44
| * | ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki2008-07-035-1/+26
| * | ipv6: Assume the loopback address in link-local scope.YOSHIFUJI Hideaki2008-07-031-1/+1