summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [IPV4] nl_fib_lookup: Initialise res.r before fib_res_put(&res)Sergey Vlasov2007-04-271-0/+4
* [IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.YOSHIFUJI Hideaki2007-04-271-0/+1
* [WIRELESS] cfg80211: Clarify locking comment.Johannes Berg2007-04-271-4/+15
* [WIRELESS] cfg80211: Fix locking in wiphy_new.Johannes Berg2007-04-271-6/+10
* [WEXT]: Misc code cleanups.Johannes Berg2007-04-271-17/+11Star
* [WEXT]: Reduce inline abuse.Johannes Berg2007-04-271-19/+10Star
* [WEXT]: Move EXPORT_SYMBOL statements where they belong.Johannes Berg2007-04-271-6/+5Star
* [WEXT]: Cleanup early ioctl call path.Johannes Berg2007-04-271-47/+26Star
* [WEXT]: Remove options.Johannes Berg2007-04-271-15/+0Star
* [WEXT]: Remove dead debug code.Johannes Berg2007-04-271-92/+0Star
* [WEXT]: Clean up how wext is called.Johannes Berg2007-04-272-34/+28Star
* [WEXT]: Move to net/wirelessJohannes Berg2007-04-274-2/+2
* [RXRPC]: Fix pointers passed to bitops.David S. Miller2007-04-271-3/+3
* [RXRPC]: Remove bogus atomic_* overrides.David S. Miller2007-04-271-24/+0Star
* [AF_RXRPC]: Delete the old RxRPC code.David Howells2007-04-2713-6118/+1Star
* [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to...David Howells2007-04-2715-127/+563
* [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells2007-04-2724-3/+10423
* [XFRM]: Missing bits to SAD info.Jamal Hadi Salim2007-04-261-1/+2
* [BLUETOOTH] rfcomm_worker(): fix wakeup raceAndrew Morton2007-04-261-2/+2
* [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary2007-04-266-6/+6
* [IRDA] irda_device_dongle_init: fix kzalloc(GFP_KERNEL) in spinlockAndrew Morton2007-04-261-13/+8Star
* [SUNRPC]: cleanup: use seq_release_private() where appropriateMartin Peschke2007-04-261-9/+1Star
* [AF_IUCV]: Fix compilation on s390-upAlexey Dobriyan2007-04-261-2/+0Star
* [NETLINK]: Possible cleanups.Adrian Bunk2007-04-263-7/+5Star
* [NET]: Clean up sk_buff walkers.Jean Delvare2007-04-265-158/+86Star
* [XFRM]: Export SAD info.Jamal Hadi Salim2007-04-262-0/+66
* [BRIDGE]: Missing rtnl.Stephen Hemminger2007-04-261-0/+2
* [BRIDGE]: if no STP then forward all BPDUsStephen Hemminger2007-04-261-2/+8
* [BRIDGE]: drop PAUSE framesStephen Hemminger2007-04-261-1/+6
* [BRIDGE]: don't change packet typeStephen Hemminger2007-04-261-4/+1Star
* [IPV6] NDISC: Unify main process of sending ND messages.YOSHIFUJI Hideaki2007-04-261-199/+84Star
* [IPV6] XFRM: Use ip6addr_any where applicable.YOSHIFUJI Hideaki2007-04-261-3/+1Star
* [IPV6]: Export in6addr_any for future use.YOSHIFUJI Hideaki2007-04-261-2/+0Star
* [IPV4] IP_GRE: Unify code path to get hash array index.YOSHIFUJI Hideaki2007-04-261-13/+10Star
* [IPV4] IPIP: Unify code path to get hash array index.YOSHIFUJI Hideaki2007-04-261-14/+8Star
* [IPV6] SIT: Unify code path to get hash array index.YOSHIFUJI Hideaki2007-04-261-14/+9Star
* [IPV6]: Fix Makefile thinko.David S. Miller2007-04-261-1/+1
* [IPV6]: Consolidate common SNMP codeHerbert Xu2007-04-264-139/+79Star
* [IPV4]: Consolidate common SNMP codeHerbert Xu2007-04-263-56/+56
* [IPV4]: Fix build without procfs.YOSHIFUJI Hideaki2007-04-262-2/+4
* [TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki2007-04-264-4/+4
* [TIPC]: Enhancements to msg_set_bits() routineAllan Stephens2007-04-261-4/+7
* [NET]: Warn about GSO/checksum abuseHerbert Xu2007-04-261-1/+1
* [TCP] TCP YEAH: Use vegas dont copy it.Stephen Hemminger2007-04-264-178/+61Star
* [TCP]: Congestion control API update.Stephen Hemminger2007-04-2613-51/+55
* [TCP]: TCP Illinois update.Stephen Hemminger2007-04-261-112/+186
* [WIRELESS]: Remove wext over netlink.Johannes Berg2007-04-263-776/+0Star
* [WIRELESS] cfg80211: New wireless config infrastructure.Johannes Berg2007-04-266-1/+353
* [WIRELESS]: Refactor wireless Kconfig.Johannes Berg2007-04-265-5/+35
* [NET]: Prevent much sadness in qdisc_lock_tree().Andrew Morton2007-04-261-2/+0Star