summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-06-17bridge: fix IPV6=n buildRandy Dunlap3-2/+4
2008-06-17bridge: make bridge address settings stickyStephen Hemminger3-0/+7
2008-06-17bridge: handle process all link-local framesStephen Hemminger1-8/+5
2008-06-17sctp: fix error path in sctp_proc_initPavel Emelyanov1-1/+1
2008-06-17netrom: Kill spurious NULL'ing of sk->sk_socket.David S. Miller1-2/+0
2008-06-17x25: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller1-2/+1
2008-06-17econet: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller1-3/+1
2008-06-17x25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-17rose: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-17netrom: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-17ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-17llc: Use sock_graft() instead of by-hand version.David S. Miller1-3/+1
2008-06-17decnet: Remove SOCK_SLEEP_{PRE,POST} usage.David S. Miller1-15/+15
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller11-85/+143
2008-06-16atm: [br2864] fix routed vcmux supportEric Kinzie1-32/+44
2008-06-16atm: [br2684] Fix oops due to skb->dev being NULLJorge Boncompte [DTI2]1-1/+1
2008-06-16inet6: add struct net argument to inet6_ehashfnPavel Emelyanov1-3/+3
2008-06-16inet: add struct net argument to inet_ehashfnPavel Emelyanov1-3/+3
2008-06-16inet: add struct net argument to inet_lhashfnPavel Emelyanov2-2/+3
2008-06-16inet: add struct net argument to inet_bhashfnPavel Emelyanov3-8/+15
2008-06-16udp: add struct net argument to udp_hashfnPavel Emelyanov2-8/+8
2008-06-16udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov2-7/+14
2008-06-16udp: introduce a udp_hashfn functionPavel Emelyanov2-8/+8
2008-06-16ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.Rami Rosen1-4/+0
2008-06-16raw: Restore /proc/net/raw correct behaviorEric Dumazet1-1/+1
2008-06-16net: Fix test for VLAN TX checksum offload capabilityBen Hutchings1-8/+26
2008-06-16sctp: Correclty set changeover_active for SFR-CACCVlad Yasevich1-2/+11
2008-06-16sctp: Correctly cleanup procfs entries upon failure.Wei Yongjun1-3/+12
2008-06-16tcp: Revert reset of deferred accept changes in 2.6.26David S. Miller1-3/+3
2008-06-16ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki1-20/+24
2008-06-16pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis.Jesper Dangaard Brouer1-8/+15
2008-06-16pkt_sched: HTB scheduler, change default hysteresis mode to off.Jesper Dangaard Brouer1-1/+1
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2-2/+3
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller11-162/+174
2008-06-14net: change proto destroy method to return voidBrian Haley13-27/+16
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 Harrison1-0/+32
2008-06-14mac80211: make ieee80211_get_hdrlen_from_skb return unsignedHarvey Harrison1-4/+4
2008-06-14mac80211: fix beacon interval valueTomas Winkler2-2/+3
2008-06-14mac80211: do not fragment while aggregation is in useRon Rindjunsky1-4/+4
2008-06-14mac80211: implement EU regulatory domainTony Vroon1-0/+18
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller30-171/+119
2008-06-13mac80211: add missing new line in debug print HT_DEBUGTomas Winkler1-1/+1