summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-07-03tun: Interface to query tun/tap features.Rusty Russell1-0/+1
2008-07-03ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.YOSHIFUJI Hideaki2-0/+59
2008-07-03ipv4: Do cleanup for ip_mr_initWang Chen2-3/+1
2008-07-03ipv6: Do cleanup for ip6_mr_init.Wang Chen1-1/+2
2008-07-03ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki1-0/+2
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-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller8-116/+342
2008-06-29Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David 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/ne...David S. Miller4-1/+26
2008-06-28net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen1-1/+5
2008-06-28include/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-27mac80211: 11h - Handling measurement requestAssaf Krauss1-0/+10
2008-06-27mac80211: 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-25DM9000: Allow the use of the NSR register to get link status.Ben Dooks1-0/+1
2008-06-24bnx2x: Add support for BCM57711 HWEilon Greenstein1-0/+2
2008-06-21netns: Don't receive new packets in a dead network namespace.Eric W. Biederman1-0/+11
2008-06-20ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki1-0/+6
2008-06-20net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings1-0/+14
2008-06-20net: Disable LRO on devices that are forwardingBen Hutchings1-0/+1
2008-06-20sctp: Follow security requirement of responding with 1 packetVlad Yasevich1-1/+1
2008-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-06-18netdevice: Fix promiscuity and allmulti overflowWang Chen1-2/+2
2008-06-18net: Add sk_set_socket() helper.David S. Miller1-2/+7
2008-06-18Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller3-18/+52
2008-06-18netdevice: change net_device->promiscuity/allmulti to unsigned intWang Chen1-2/+2
2008-06-18udp: sk_drops handlingEric Dumazet1-1/+1
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh1-0/+3
2008-06-18net/core: add NETDEV_BONDING_FAILOVER eventOr Gerlitz2-0/+2
2008-06-18Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-...Jeff Garzik1-18/+47
2008-06-18rose: improving AX25 routing frames via ROSE networkBernard Pidoux1-1/+1
2008-06-18atm: [suni] add support for setting loopback and framing modesChas Williams1-1/+1
2008-06-18netfilter: 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-17wext: Emit event stream entries correctly when compat.David S. Miller2-101/+63
2008-06-17wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.David S. Miller1-1/+1
2008-06-17wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller2-0/+20
2008-06-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-06-17netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov5-5/+30