summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-07-051-7/+0
|\
| * WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-041-7/+0
* | tun: Allow GSO using virtio_net_hdrRusty Russell2008-07-031-0/+2
* | tun: TUNSETFEATURES to set gso features.Rusty Russell2008-07-031-0/+7
* | tun: Interface to query tun/tap features.Rusty Russell2008-07-031-0/+1
|/
* ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.YOSHIFUJI Hideaki2008-07-032-0/+59
* ipv4: Do cleanup for ip_mr_initWang Chen2008-07-032-3/+1
* ipv6: Do cleanup for ip6_mr_init.Wang Chen2008-07-031-1/+2
* ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki2008-07-031-0/+2
* ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki2008-07-031-0/+2
* netdev: Add support for rx flow hash configuration, using ethtool.Santwona Behera2008-07-021-0/+33
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-285-11/+275
|\
| * mac80211: Let drivers have access to TKIP key offets for TX and RX MICLuis R. Rodriguez2008-06-271-1/+4
| * ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch2008-06-271-4/+139
| * mac80211: 11h - Handling measurement requestAssaf Krauss2008-06-261-0/+10
| * mac80211: 11h Infrastructure - ParsingAssaf Krauss2008-06-261-3/+51
| * rfkill: rename the rfkill_state states and add block-locked stateHenrique de Moraes Holschuh2008-06-261-3/+29
| * rfkill: add notifier chains supportHenrique de Moraes Holschuh2008-06-261-0/+7
| * rfkill: add the WWAN radio typeHenrique de Moraes Holschuh2008-06-261-0/+2
| * rfkill: add read-write rfkill switch supportHenrique de Moraes Holschuh2008-06-261-0/+5
| * rfkill: clarify meaning of rfkill statesHenrique de Moraes Holschuh2008-06-261-3/+3
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6John W. Linville2008-06-251-0/+28
| |\
| | * wext: Emit event stream entries correctly when compat.David S. Miller2008-06-161-0/+15
| | * wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller2008-06-161-0/+13
* | | Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-06-282-1/+3
|\ \ \
| * | | rndis_host: pass buffer length to rndis_commandJussi Kivilinna2008-06-281-1/+2
| * | | DM9000: Allow the use of the NSR register to get link status.Ben Dooks2008-06-241-0/+1
| |/ /
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-282-1/+9
|\ \ \ | |/ / |/| |
| * | net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen2008-06-271-1/+5
| * | include/linux/netdevice.h: don't export MAX_HEADER to userspaceAdrian Bunk2008-06-271-0/+4
* | | bnx2x: Add support for BCM57711 HWEilon Greenstein2008-06-231-0/+2
* | | net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings2008-06-191-0/+14
* | | net: Disable LRO on devices that are forwardingBen Hutchings2008-06-191-0/+1
* | | netdevice: Fix promiscuity and allmulti overflowWang Chen2008-06-181-2/+2
* | | Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-06-173-18/+52
|\ \ \
| * | | bonding: Allow setting max_bonds to zeroJay Vosburgh2008-06-181-0/+3
| * | | net/core: add NETDEV_BONDING_FAILOVER eventOr Gerlitz2008-06-172-0/+2
| * | | Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-...Jeff Garzik2008-06-171-18/+47
| |\ \ \
| | * | | mv643xx_eth: allow multiple TX queuesLennert Buytenhek2008-06-121-1/+2
| | * | | mv643xx_eth: allow multiple RX queuesLennert Buytenhek2008-06-121-0/+5
| | * | | mv643xx_eth: general cleanupLennert Buytenhek2008-06-121-18/+41
* | | | | netdevice: change net_device->promiscuity/allmulti to unsigned intWang Chen2008-06-171-2/+2
|/ / / /
* | | | atm: [suni] add support for setting loopback and framing modesChas Williams2008-06-171-1/+1
| |_|/ |/| |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-161-1/+1
|\ \ \ | | |/ | |/|
| * | ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki2008-06-161-1/+1
* | | netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov2008-06-161-1/+2
* | | udp: add struct net argument to udp_hashfnPavel Emelyanov2008-06-161-1/+1
* | | udp: introduce a udp_hashfn functionPavel Emelyanov2008-06-161-0/+5
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-142-36/+379
|\ \ \
| * | | mac80211: remove ieee80211_get_morefragHarvey Harrison2008-06-141-14/+0
OpenPOWER on IntegriCloud