summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-04-263-14/+35
|\
| * Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-04-263-14/+35
| |\
| | * [PATCH] softmac: fix SIOCSIWAPJohannes Berg2006-04-243-14/+35
* | | [BRIDGE]: allow full size vlan packetsStephen Hemminger2006-04-261-1/+7
|/ /
* | [NETFILTER]: ipt action: use xt_check_target for basic verificationPatrick McHardy2006-04-251-0/+5
* | [NETFILTER]: x_tables: move table->lock initializationDmitry Mishin2006-04-251-1/+1
* | [NETFILTER]: ip6_tables: remove broken comefrom debuggingPatrick McHardy2006-04-251-13/+0Star
* | [NETFILTER]: nf_conntrack: kill unused callback init_conntrackYasuyuki Kozakai2006-04-251-3/+0Star
* | [NETFILTER]: ULOG target is not obsoleteThomas Voegtle2006-04-251-1/+1
* | [NETFILTER]: nf_conntrack: Fix module refcount dropping too farYasuyuki Kozakai2006-04-252-9/+4Star
|/
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-04-218-10/+77
|\
| * Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-04-208-10/+77
| |\
| | * [PATCH] wext: Fix RtNetlink ENCODE security permissionsJean Tourrilhes2006-04-191-0/+8
| | * [PATCH] softmac: report when scanning has finishedJohannes Berg2006-04-191-0/+6
| | * [PATCH] softmac: fix event sendingJohannes Berg2006-04-192-5/+31
| | * [PATCH] softmac: handle iw_mode properlyjohannes@sipsolutions.net2006-04-191-3/+15
| | * [PATCH] softmac: dont send out packets while scanningjohannes@sipsolutions.net2006-04-191-0/+2
| | * [PATCH] softmac: return -EAGAIN from getscan while scanningjohannes@sipsolutions.net2006-04-191-0/+10
| | * [PATCH] softmac: fix spinlock recursion on reassocMichael Buesch2006-04-191-1/+2
| | * [PATCH] wext: Fix IWENCODEEXT security permissionsJean Tourrilhes2006-04-191-1/+2
| | * [PATCH] softmac uses Wiress Ext.Randy Dunlap2006-04-191-0/+1
* | | [EBTABLES]: Clean up vmalloc usage in net/bridge/netfilter/ebtables.cJayachandran C2006-04-201-13/+7Star
* | | [NET]: Add skb->truesize assertion checking.David S. Miller2006-04-202-0/+9
* | | [TCP]: Account skb overhead in tcp_fragmentHerbert Xu2006-04-201-3/+7
* | | [LLC]: Use pskb_trim_rcsum() in llc_fixup_skb().David S. Miller2006-04-201-1/+2
* | | [NET]: sockfd_lookup_light() returns random error for -EBADFDHua Zhong2006-04-201-0/+1
|/ /
* | SUNRPC: Dead code in net/sunrpc/auth_gss/auth_gss.cEric Sesterhenn2006-04-191-1/+0Star
* | NFS: make 2 functions staticAdrian Bunk2006-04-191-1/+2
* | RPCSEC_GSS: fix leak in krb5 code caused by superfluous kmallocJ. Bruce Fields2006-04-191-8/+3Star
|/
* [NET]: Remove redundant NULL checks before [kv]freeJesper Juhl2006-04-192-7/+3Star
* unaligned access in sk_run_filter()Dmitry Mishin2006-04-191-2/+3
* [IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki2006-04-192-4/+3Star
* [IPV6] XFRM: Fix decoding session with preceding extension header(s).YOSHIFUJI Hideaki2006-04-191-2/+2
* [IPV6] XFRM: Don't use old copy of pointer after pskb_may_pull().YOSHIFUJI Hideaki2006-04-191-1/+3
* [IPV6]: Ensure to have hop-by-hop options in our header of &sk_buff.YOSHIFUJI Hideaki2006-04-191-0/+12
* [TCP]: Fix truesize underflowHerbert Xu2006-04-191-1/+3
* [IPV4]: ip_route_input panic fixStephen Hemminger2006-04-181-1/+4
* [PATCH] ip_output: account for fraggap when checking to add trailer_lenZach Brown2006-04-151-1/+1
* [ATM] clip: add module infoStephen Hemminger2006-04-151-1/+2
* [ATM] clip: notifier related cleanupsStephen Hemminger2006-04-151-20/+6Star
* [ATM] clip: get rid of PROC_FS ifdefStephen Hemminger2006-04-151-9/+4Star
* [ATM] clip: run through LindentStephen Hemminger2006-04-151-211/+199Star
* [ATM]: Clip timer race.Stephen Hemminger2006-04-151-11/+5Star
* [ATM]: clip causes unregister hangStephen Hemminger2006-04-151-15/+27
* [XFRM]: Fix aevent timer.Jamal Hadi Salim2006-04-151-6/+19
* [IPV4]: Possible cleanups.Adrian Bunk2006-04-157-13/+2Star
* [WAN]: Remove broken and unmaintained Sangoma drivers.Adrian Bunk2006-04-121-2/+0Star
* [BRIDGE] ebtables: fix allocation in net/bridge/netfilter/ebtables.cJayachandran C2006-04-121-3/+3
* [DCCP]: Fix leak in net/dccp/ipv4.cEric Sesterhenn2006-04-121-1/+1
* [BRIDGE]: receive link-local on disabled ports.Stephen Hemminger2006-04-121-3/+0Star