summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-17wext: Emit event stream entries correctly when compat.David S. Miller18-308/+345
2008-06-17wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.David S. Miller2-41/+34
2008-06-17wext: Remove compat handling from fs/compat_ioctl.cDavid S. Miller1-106/+1
2008-06-17wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller5-6/+134
2008-06-17wext: Pull top-level ioctl dispatch logic into helper function.David S. Miller1-6/+20
2008-06-17wext: Pass iwreq pointer down into standard/private handlers.David S. Miller1-9/+8
2008-06-17wext: Parameterize the standard/private handlers.David S. Miller1-8/+16
2008-06-17wext: Pull ioctl permission checking out into helper function.David S. Miller1-7/+15
2008-06-17wext: Extract private call iw_point handling into seperate functions.David S. Miller1-67/+74
2008-06-17wext: Extract standard call iw_point handling into seperate function.David S. Miller1-124/+134
2008-06-17wext: Make adjust_priv_size() take a "struct iw_point *".David S. Miller1-3/+3
2008-06-17wext: Remove inline from get_priv_size() and adjust_priv_size().David S. Miller1-3/+2
2008-06-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller23-166/+237
2008-06-17atm: [he] send idle cells instead of unassigned when in SDH modeChas Williams1-0/+1
2008-06-17atm: [he] limit queries to the device's register spaceRobert T. Johnson1-1/+6
2008-06-17atm: [br2864] fix routed vcmux supportEric Kinzie1-32/+44
2008-06-17atm: [he] only support suni driver on multimode interfacesChas Williams2-10/+6
2008-06-17atm: [iphase] doesn't call phy->start due to a bogus #ifndefJorge Boncompte [DTI2]1-12/+11
2008-06-17atm: [iphase] set drvdata before enabling interruptsJorge Boncompte [DTI2]1-2/+2
2008-06-17atm: [br2684] Fix oops due to skb->dev being NULLJorge Boncompte [DTI2]1-1/+1
2008-06-17netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov5-5/+30
2008-06-17inet6: add struct net argument to inet6_ehashfnPavel Emelyanov2-5/+8
2008-06-17inet: add struct net argument to inet_ehashfnPavel Emelyanov2-5/+7
2008-06-17inet: add struct net argument to inet_lhashfnPavel Emelyanov3-4/+5
2008-06-17inet: add struct net argument to inet_bhashfnPavel Emelyanov4-9/+17
2008-06-17udp: add struct net argument to udp_hashfnPavel Emelyanov3-9/+9
2008-06-17udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov2-7/+14
2008-06-17udp: introduce a udp_hashfn functionPavel Emelyanov3-8/+13
2008-06-17ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.Rami Rosen1-4/+0
2008-06-17raw: Restore /proc/net/raw correct behaviorEric Dumazet1-1/+1
2008-06-17net: Fix test for VLAN TX checksum offload capabilityBen Hutchings1-8/+26
2008-06-17sctp: Correclty set changeover_active for SFR-CACCVlad Yasevich1-2/+11
2008-06-17sctp: Correctly cleanup procfs entries upon failure.Wei Yongjun1-3/+12
2008-06-17tcp: Revert reset of deferred accept changes in 2.6.26David S. Miller1-3/+3
2008-06-17ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki2-21/+25
2008-06-17pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis.Jesper Dangaard Brouer1-8/+15
2008-06-17pkt_sched: HTB scheduler, change default hysteresis mode to off.Jesper Dangaard Brouer1-1/+1
2008-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller10-56/+72
2008-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller74-2974/+3854
2008-06-15net: change proto destroy method to return voidBrian Haley16-30/+19
2008-06-14mac80211: eliminate IBSS warning in rate_lowest_index()Vladimir Koutny3-7/+20
2008-06-14mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_keyHarvey Harrison1-14/+16
2008-06-14mac80211: tkip.c fold ieee80211_gen_rc4key into its one callerHarvey Harrison1-21/+17
2008-06-14mac80211: tkip.c consolidate tkip IV writing in helperHarvey Harrison3-20/+17
2008-06-14mac80211: rx.c use new helpersHarvey Harrison1-12/+7
2008-06-14mac80211: wme.c use new helpersHarvey Harrison1-13/+5
2008-06-14mac80211: use new helpers in util.c - ieee80211_get_bssid()Harvey Harrison1-22/+19
2008-06-14mac80211: wpa.c use new access helpersHarvey Harrison1-47/+16
2008-06-14mac80211: add utility function to get header lengthHarvey Harrison2-0/+38
2008-06-14mac80211: make ieee80211_get_hdrlen_from_skb return unsignedHarvey Harrison2-5/+5