summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* llc: Use sock_graft() instead of by-hand version.David S. Miller2008-06-171-3/+1
* decnet: Remove SOCK_SLEEP_{PRE,POST} usage.David S. Miller2008-06-171-15/+15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-1611-85/+143
|\
| * atm: [br2864] fix routed vcmux supportEric Kinzie2008-06-161-32/+44
| * atm: [br2684] Fix oops due to skb->dev being NULLJorge Boncompte [DTI2]2008-06-161-1/+1
| * ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.Rami Rosen2008-06-161-4/+0
| * raw: Restore /proc/net/raw correct behaviorEric Dumazet2008-06-161-1/+1
| * net: Fix test for VLAN TX checksum offload capabilityBen Hutchings2008-06-161-8/+26
| * sctp: Correclty set changeover_active for SFR-CACCVlad Yasevich2008-06-161-2/+11
| * sctp: Correctly cleanup procfs entries upon failure.Wei Yongjun2008-06-161-3/+12
| * tcp: Revert reset of deferred accept changes in 2.6.26David S. Miller2008-06-161-3/+3
| * ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki2008-06-161-20/+24
| * pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis.Jesper Dangaard Brouer2008-06-161-8/+15
| * pkt_sched: HTB scheduler, change default hysteresis mode to off.Jesper Dangaard Brouer2008-06-161-1/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-142-2/+3
| |\
| | * mac80211: add missing new line in debug print HT_DEBUGTomas Winkler2008-06-131-1/+1
| | * mac80211 : fix for iwconfig in ad-hoc modeAbhijeet Kolekar2008-06-131-1/+2
* | | inet6: add struct net argument to inet6_ehashfnPavel Emelyanov2008-06-161-3/+3
* | | inet: add struct net argument to inet_ehashfnPavel Emelyanov2008-06-161-3/+3
* | | inet: add struct net argument to inet_lhashfnPavel Emelyanov2008-06-162-2/+3
* | | inet: add struct net argument to inet_bhashfnPavel Emelyanov2008-06-163-8/+15
* | | udp: add struct net argument to udp_hashfnPavel Emelyanov2008-06-162-8/+8
* | | udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov2008-06-162-7/+14
* | | udp: introduce a udp_hashfn functionPavel Emelyanov2008-06-162-8/+8
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-1411-162/+174
|\ \ \
| * | | mac80211: eliminate IBSS warning in rate_lowest_index()Vladimir Koutny2008-06-143-7/+20
| * | | mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_keyHarvey Harrison2008-06-141-14/+16
| * | | mac80211: tkip.c fold ieee80211_gen_rc4key into its one callerHarvey Harrison2008-06-141-21/+17
| * | | mac80211: tkip.c consolidate tkip IV writing in helperHarvey Harrison2008-06-143-20/+17
| * | | mac80211: rx.c use new helpersHarvey Harrison2008-06-141-12/+7
| * | | mac80211: wme.c use new helpersHarvey Harrison2008-06-141-13/+5
| * | | mac80211: use new helpers in util.c - ieee80211_get_bssid()Harvey Harrison2008-06-141-22/+19
| * | | mac80211: wpa.c use new access helpersHarvey Harrison2008-06-141-47/+16
| * | | mac80211: add utility function to get header lengthHarvey Harrison2008-06-141-0/+32
| * | | mac80211: make ieee80211_get_hdrlen_from_skb return unsignedHarvey Harrison2008-06-141-4/+4
| * | | mac80211: fix beacon interval valueTomas Winkler2008-06-142-2/+3
| * | | mac80211: do not fragment while aggregation is in useRon Rindjunsky2008-06-141-4/+4
| * | | mac80211: implement EU regulatory domainTony Vroon2008-06-141-0/+18
* | | | net: change proto destroy method to return voidBrian Haley2008-06-1413-27/+16
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-1330-171/+119
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-1321-161/+94
| |\|
| | * tcp: Revert 'process defer accept as established' changes.David S. Miller2008-06-126-88/+31
| | * ipv6: Fix duplicate initialization of rawv6_prot.destroyDavid S. Miller2008-06-121-2/+2
| | * Merge branch 'net-2.6-misc-20080611a' of git://git.linux-ipv6.org/gitroot/yos...David S. Miller2008-06-113-6/+19
| | |\
| | | * ipv6: Fail with appropriate error code when setting not-applicable sockopt.YOSHIFUJI Hideaki2008-06-121-4/+4
| | | * ipv6: Check IPV6_MULTICAST_LOOP option value.YOSHIFUJI Hideaki2008-06-121-0/+2
| | | * ipv6: Check the hop limit setting in ancillary data.Shan Wei2008-06-121-0/+5
| | | * ipv6 route: Fix route lifetime in netlink message.YOSHIFUJI Hideaki2008-06-121-2/+6
| | | * ipv6 mcast: Check address family of gf_group in getsockopt(MS_FILTER).YOSHIFUJI Hideaki2008-06-121-0/+2
| | * | Merge branch 'master' of git://eden-feed.erg.abdn.ac.uk/net-2.6David S. Miller2008-06-119-59/+41
| | |\ \