summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2006-08-31[IPV4]: Fix SNMPv2 "ipFragFails" counter errorWei Dong
2006-08-31[NET]: Rate limiting for socket allocation failure messages.Akinobu Mita
2006-08-31[IPV6]: Fix kernel OOPs when setting sticky socket options.YOSHIFUJI Hideaki
2006-08-29[IPV6]: ipv6_add_addr should install dstentry earlierKeir Fraser
2006-08-29[NETLINK]: Call panic if nl_table allocation failsAkinobu Mita
2006-08-29[TCP]: Two RFC3465 Appropriate Byte Count fixes.Daikichi Osuga
2006-08-29[IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter errorLv Liangying
2006-08-29[SCTP]: Fix sctp_primitive_ABORT() call in sctp_close().Sridhar Samudrala
2006-08-26[DCCP]: Fix CCID3Ian McDonald
2006-08-26[BRIDGE] netfilter: memory corruption fixStephen Hemminger
2006-08-26[DCCP]: Introduce dccp_rx_hist_find_entryIan McDonald
2006-08-26[DCCP]: Introduces follows48 functionIan McDonald
2006-08-26[DCCP]: Update contact details and copyrightIan McDonald
2006-08-26[DCCP]: Fix typoIan McDonald
2006-08-26[IPV6]: Segmentation offload not set correctly on TCP childrenStephen Hemminger
2006-08-24Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6Greg Kroah-Hartman
2006-08-24NFS: Check lengths more thoroughly in NFS4 readdir XDR decodeDavid Howells
2006-08-24SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust
2006-08-24SUNRPC: rpc_unlink() must check for unhashed dentriesTrond Myklebust
2006-08-24NFS: clean up rpc_rmdirTrond Myklebust
2006-08-24SUNRPC: make rpc_unlink() take a dentry argument instead of a pathTrond Myklebust
2006-08-22[TCP]: Limit window scaling if window is clamped.Stephen Hemminger
2006-08-22[NETFILTER]: arp_tables: fix table locking in arpt_do_tablePatrick McHardy
2006-08-22Fix sctp privilege elevation (CVE-2006-3745)Sridhar Samudrala
2006-08-17[BRIDGE]: Disable SG/GSO if TX checksum is offHerbert Xu
2006-08-17[NETFILTER]: ip_tables: fix table locking in ipt_do_tablePatrick McHardy
2006-08-17[NETFILTER]: ctnetlink: fix deadlock in table dumpingPatrick McHardy
2006-08-17[IPV4]: severe locking bug in fib_semantics.cAlexey Kuznetsov
2006-08-17[MCAST]: Fix filter leak on device removal.David L Stevens
2006-08-17[NET]: Disallow whitespace in network device names.David S. Miller
2006-08-17[PKT_SCHED] cls_u32: Fix typo.Ralf Hildebrandt
2006-08-17[ATM]: Compile error on ARMKevin Hilman
2006-08-17[IPV4]: Possible leak of multicast source filter sctructureMichal Ruzicka
2006-08-17[IPV6] lockdep: annotate __icmpv6_socketIngo Molnar
2006-08-17[NETFILTER]: xt_physdev build fixAndrew Morton
2006-08-17[NET]: Fix potential stack overflow in net/core/utils.cSuresh Siddha
2006-08-17[VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.David S. Miller
2006-08-13[INET]: Use pskb_trim_unique when trimming paged unique skbsHerbert Xu
2006-08-13[NETFILTER]: ulog: fix panic on SMP kernelsMark Huang
2006-08-13[NETFILTER]: {arp,ip,ip6}_tables: proper error recovery in init pathPatrick McHardy
2006-08-13[LLC]: multicast receive device matchStephen Hemminger
2006-08-13[IPSEC]: Validate properly in xfrm_dst_check()David S. Miller
2006-08-13[NETFILTER]: xt_hashlimit: fix limit off-by-onePatrick McHardy
2006-08-13[NETFILTER]: xt_string: fix negationPhil Oester
2006-08-13[TCP]: Fix botched memory leak fix to tcpprobe_read().David S. Miller
2006-08-09[IPX]: Fix typo, ipxhdr() --> ipx_hdr()David S. Miller
2006-08-09[IPV6]: The ifa lock is a BH lockHerbert Xu
2006-08-09Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Greg Kroah-Hartman
2006-08-09[NET]: add_timer -> mod_timer() in dst_run_gc()Dmitry Mishin
2006-08-08Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik