summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-09-20Merge branch 'master' into upstreamJeff Garzik2-4/+6
2006-09-20[IPV4] fib_trie: missing ntohl() when calling fib_semantic_match()Al Viro1-4/+4
2006-09-20[NETFILTER]: xt_quota: add missing module aliasesPatrick McHardy1-0/+2
2006-09-19Merge branch 'master' into upstreamJeff Garzik13-41/+50
2006-09-18[ATM] CLIP: Do not refer freed skbuff in clip_mkip().YOSHIFUJI Hideaki1-0/+2
2006-09-18[NET]: Drop tx lock in dev_watchdog_upHerbert Xu1-2/+0
2006-09-18[PACKET]: Don't truncate non-linear skbs with mmaped IOPatrick McHardy1-3/+1
2006-09-18[NET]: Mark frame diverter for future removal.Stephen Hemminger1-1/+1
2006-09-18[TCP] tcp-lp: bug fix for oops in 2.6.18-rc6Wong Hoi Sing Edison1-14/+21
2006-09-18[BRIDGE]: random extra bytes on STP TCN packetStephen Hemminger1-1/+1
2006-09-18[IPV6]: Accept -1 for IPV6_TCLASSRemi Denis-Courmont2-2/+4
2006-09-18[IPV6]: Fix tclass setting for raw sockets.YOSHIFUJI Hideaki2-3/+3
2006-09-18[IPVS]: remove the debug option go ip_vs_ftpSimon Horman1-14/+6
2006-09-18[IPVS]: Make sure ip_vs_ftp ports are validSimon Horman1-0/+6
2006-09-18[IPVS]: auto-help for ip_vs_ftpSimon Horman1-0/+1
2006-09-18[TCP]: Turn ABC off.Stephen Hemminger1-1/+1
2006-09-18[NEIGH]: neigh_table_clear() doesn't free statsKirill Korotaev1-0/+3
2006-09-13[PATCH] ethtool: allow const ethtool_opsStephen Hemminger1-7/+7
2006-09-06Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linvil...Jeff Garzik5-60/+132
2006-09-04Merge branch 'master' into upstreamJeff Garzik9-30/+46
2006-09-01[IPV4]: Fix SNMPv2 "ipFragFails" counter errorWei Dong1-0/+1
2006-09-01[NET]: Rate limiting for socket allocation failure messages.Akinobu Mita1-1/+2
2006-09-01[IPV6]: Fix kernel OOPs when setting sticky socket options.YOSHIFUJI Hideaki1-13/+16
2006-08-30[IPV6]: ipv6_add_addr should install dstentry earlierKeir Fraser1-2/+2
2006-08-30[NETLINK]: Call panic if nl_table allocation failsAkinobu Mita1-8/+6
2006-08-30[TCP]: Two RFC3465 Appropriate Byte Count fixes.Daikichi Osuga2-3/+8
2006-08-30[IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter errorLv Liangying1-0/+4
2006-08-30[SCTP]: Fix sctp_primitive_ABORT() call in sctp_close().Sridhar Samudrala1-3/+7
2006-08-30Merge branch 'master' into upstreamJeff Garzik20-299/+273
2006-08-30[PATCH] ieee80211: Workaround malformed 802.11 frames from APZhu Yi1-7/+10
2006-08-30[PATCH] ieee80211: Fix TKIP and WEP decryption error on SMP machinesZhu Yi2-41/+84
2006-08-30[PATCH] ieee80211: TKIP and CCMP replay check reworkZhu Yi2-3/+36
2006-08-30[PATCH] ieee80211: remove ieee80211_tx() is_queue_full warningZhu Yi1-7/+0
2006-08-30[PATCH] ieee80211: Fix header->qos_ctl endian issueZhu Yi2-2/+2
2006-08-30Merge branch 'from-linus' into upstreamJohn W. Linville20-299/+273
2006-08-27[DCCP]: Fix CCID3Ian McDonald6-193/+154
2006-08-27[BRIDGE] netfilter: memory corruption fixStephen Hemminger1-3/+7
2006-08-27[DCCP]: Introduce dccp_rx_hist_find_entryIan McDonald2-0/+21
2006-08-27[DCCP]: Introduces follows48 functionIan McDonald1-0/+8
2006-08-27[DCCP]: Update contact details and copyrightIan McDonald10-15/+15
2006-08-27[DCCP]: Fix typoIan McDonald1-1/+1
2006-08-27[IPV6]: Segmentation offload not set correctly on TCP childrenStephen Hemminger1-1/+1
2006-08-25Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6Greg Kroah-Hartman3-47/+41
2006-08-24NFS: Check lengths more thoroughly in NFS4 readdir XDR decodeDavid Howells1-0/+11
2006-08-24SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust2-10/+6
2006-08-24SUNRPC: rpc_unlink() must check for unhashed dentriesTrond Myklebust1-7/+10
2006-08-24NFS: clean up rpc_rmdirTrond Myklebust2-16/+8
2006-08-24SUNRPC: make rpc_unlink() take a dentry argument instead of a pathTrond Myklebust2-15/+7
2006-08-23[TCP]: Limit window scaling if window is clamped.Stephen Hemminger1-0/+1
2006-08-23[NETFILTER]: arp_tables: fix table locking in arpt_do_tablePatrick McHardy1-1/+2