aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki1-0/+2
2008-07-02netdev: Add support for rx flow hash configuration, using ethtool.Santwona Behera1-0/+33
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller8-116/+342
2008-06-28Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller2-1/+3
2008-06-28rndis_host: pass buffer length to rndis_commandJussi Kivilinna1-1/+2
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-1/+26
2008-06-27net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen1-1/+5
2008-06-27include/linux/netdevice.h: don't export MAX_HEADER to userspaceAdrian Bunk1-0/+4
2008-06-27mac80211: Add RTNL warning for workqueueIvo van Doorn1-2/+5
2008-06-27mac80211: Let drivers have access to TKIP key offets for TX and RX MICLuis R. Rodriguez2-2/+10
2008-06-27ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch1-4/+139
2008-06-26mac80211: 11h - Handling measurement requestAssaf Krauss1-0/+10
2008-06-26mac80211: 11h Infrastructure - ParsingAssaf Krauss1-3/+51
2008-06-26rfkill: rename the rfkill_state states and add block-locked stateHenrique de Moraes Holschuh1-3/+29
2008-06-26rfkill: add notifier chains supportHenrique de Moraes Holschuh1-0/+7
2008-06-26rfkill: add the WWAN radio typeHenrique de Moraes Holschuh1-0/+2
2008-06-26rfkill: add read-write rfkill switch supportHenrique de Moraes Holschuh1-0/+5
2008-06-26rfkill: clarify meaning of rfkill statesHenrique de Moraes Holschuh1-3/+3
2008-06-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6John W. Linville3-102/+84
2008-06-24DM9000: Allow the use of the NSR register to get link status.Ben Dooks1-0/+1
2008-06-23bnx2x: Add support for BCM57711 HWEilon Greenstein1-0/+2
2008-06-20netns: Don't receive new packets in a dead network namespace.Eric W. Biederman1-0/+11
2008-06-19ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki1-0/+6
2008-06-19net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings1-0/+14
2008-06-19net: Disable LRO on devices that are forwardingBen Hutchings1-0/+1
2008-06-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich1-1/+1
2008-06-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-06-18netdevice: Fix promiscuity and allmulti overflowWang Chen1-2/+2
2008-06-17net: Add sk_set_socket() helper.David S. Miller1-2/+7
2008-06-17Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller3-18/+52
2008-06-17netdevice: change net_device->promiscuity/allmulti to unsigned intWang Chen1-2/+2
2008-06-17udp: sk_drops handlingEric Dumazet1-1/+1
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh1-0/+3
2008-06-17net/core: add NETDEV_BONDING_FAILOVER eventOr Gerlitz2-0/+2
2008-06-17Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-nextJeff Garzik1-18/+47
2008-06-17rose: improving AX25 routing frames via ROSE networkBernard Pidoux1-1/+1
2008-06-17atm: [suni] add support for setting loopback and framing modesChas Williams1-1/+1
2008-06-17netfilter: nf_nat: fix RCU racesPatrick McHardy1-0/+1
2008-06-17net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.David S. Miller1-24/+0
2008-06-17sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused.David S. Miller1-2/+0
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller2-101/+63
2008-06-16wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.David S. Miller1-1/+1
2008-06-16wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller2-0/+20
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-06-16netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov5-5/+30
2008-06-16inet6: add struct net argument to inet6_ehashfnPavel Emelyanov1-2/+5
2008-06-16inet: add struct net argument to inet_ehashfnPavel Emelyanov1-2/+4
2008-06-16inet: add struct net argument to inet_lhashfnPavel Emelyanov1-2/+2
2008-06-16inet: add struct net argument to inet_bhashfnPavel Emelyanov1-1/+2
2008-06-16udp: add struct net argument to udp_hashfnPavel Emelyanov1-1/+1