aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-16wext: Pull top-level ioctl dispatch logic into helper function.David S. Miller
2008-06-16wext: Pass iwreq pointer down into standard/private handlers.David S. Miller
2008-06-16wext: Parameterize the standard/private handlers.David S. Miller
2008-06-16wext: Pull ioctl permission checking out into helper function.David S. Miller
2008-06-16wext: Extract private call iw_point handling into seperate functions.David S. Miller
2008-06-16wext: Extract standard call iw_point handling into seperate function.David S. Miller
2008-06-16wext: Make adjust_priv_size() take a "struct iw_point *".David S. Miller
2008-06-16wext: Remove inline from get_priv_size() and adjust_priv_size().David S. Miller
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-16atm: [he] send idle cells instead of unassigned when in SDH modeChas Williams
2008-06-16atm: [he] limit queries to the device's register spaceRobert T. Johnson
2008-06-16atm: [br2864] fix routed vcmux supportEric Kinzie
2008-06-16atm: [he] only support suni driver on multimode interfacesChas Williams
2008-06-16atm: [iphase] doesn't call phy->start due to a bogus #ifndefJorge Boncompte [DTI2]
2008-06-16atm: [iphase] set drvdata before enabling interruptsJorge Boncompte [DTI2]
2008-06-16atm: [br2684] Fix oops due to skb->dev being NULLJorge Boncompte [DTI2]
2008-06-16netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov
2008-06-16inet6: add struct net argument to inet6_ehashfnPavel Emelyanov
2008-06-16inet: add struct net argument to inet_ehashfnPavel Emelyanov
2008-06-16inet: add struct net argument to inet_lhashfnPavel Emelyanov
2008-06-16inet: add struct net argument to inet_bhashfnPavel Emelyanov
2008-06-16udp: add struct net argument to udp_hashfnPavel Emelyanov
2008-06-16udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov
2008-06-16udp: introduce a udp_hashfn functionPavel Emelyanov
2008-06-16ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.Rami Rosen
2008-06-16raw: Restore /proc/net/raw correct behaviorEric Dumazet
2008-06-16net: Fix test for VLAN TX checksum offload capabilityBen Hutchings
2008-06-16sctp: Correclty set changeover_active for SFR-CACCVlad Yasevich
2008-06-16sctp: Correctly cleanup procfs entries upon failure.Wei Yongjun
2008-06-16tcp: Revert reset of deferred accept changes in 2.6.26David S. Miller
2008-06-16ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki
2008-06-16pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis.Jesper Dangaard Brouer
2008-06-16pkt_sched: HTB scheduler, change default hysteresis mode to off.Jesper Dangaard Brouer
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller
2008-06-14net: change proto destroy method to return voidBrian Haley
2008-06-14mac80211: eliminate IBSS warning in rate_lowest_index()Vladimir Koutny
2008-06-14mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_keyHarvey Harrison
2008-06-14mac80211: tkip.c fold ieee80211_gen_rc4key into its one callerHarvey Harrison
2008-06-14mac80211: tkip.c consolidate tkip IV writing in helperHarvey Harrison
2008-06-14mac80211: rx.c use new helpersHarvey Harrison
2008-06-14mac80211: wme.c use new helpersHarvey Harrison
2008-06-14mac80211: use new helpers in util.c - ieee80211_get_bssid()Harvey Harrison
2008-06-14mac80211: wpa.c use new access helpersHarvey Harrison
2008-06-14mac80211: add utility function to get header lengthHarvey Harrison
2008-06-14mac80211: make ieee80211_get_hdrlen_from_skb return unsignedHarvey Harrison
2008-06-14mac80211: remove ieee80211_get_morefragHarvey Harrison
2008-06-14mac80211: add helpers for frame control testingHarvey Harrison
2008-06-14mac80211_hwsim: Shared TX code for received frames and BeaconsJouni Malinen
2008-06-14mac80211_hwsim: Minor cleanupJouni Malinen