summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-13mac80211 : fix for iwconfig in ad-hoc modeAbhijeet Kolekar1-1/+2
2008-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds21-161/+94
2008-06-12tcp: Revert 'process defer accept as established' changes.David S. Miller6-88/+31
2008-06-12ipv6: Fix duplicate initialization of rawv6_prot.destroyDavid S. Miller1-2/+2
2008-06-11Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...David S. Miller10-738/+428
2008-06-11net: remove CVS keywordsAdrian Bunk107-221/+0
2008-06-11Merge branch 'net-2.6-misc-20080611a' of git://git.linux-ipv6.org/gitroot/yos...David S. Miller3-6/+19
2008-06-11Merge branch 'master' of git://eden-feed.erg.abdn.ac.uk/net-2.6David S. Miller9-59/+41
2008-06-11netfilter: nf_conntrack: fix ctnetlink related crash in nf_nat_setup_info()Patrick McHardy1-2/+1
2008-06-11netfilter: Make nflog quiet when no one listen in userspace.Eric Leblond1-4/+0
2008-06-12ipv6: Fail with appropriate error code when setting not-applicable sockopt.YOSHIFUJI Hideaki1-4/+4
2008-06-12ipv6: Check IPV6_MULTICAST_LOOP option value.YOSHIFUJI Hideaki1-0/+2
2008-06-12ipv6: Check the hop limit setting in ancillary data.Shan Wei1-0/+5