summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [IPV6]: ipv6_add_addr should install dstentry earlierKeir Fraser2006-08-301-2/+2
* [NETLINK]: Call panic if nl_table allocation failsAkinobu Mita2006-08-301-8/+6Star
* [TCP]: Two RFC3465 Appropriate Byte Count fixes.Daikichi Osuga2006-08-302-3/+8
* [IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter errorLv Liangying2006-08-301-0/+4
* [SCTP]: Fix sctp_primitive_ABORT() call in sctp_close().Sridhar Samudrala2006-08-301-3/+7
* [DCCP]: Fix CCID3Ian McDonald2006-08-276-193/+154Star
* [BRIDGE] netfilter: memory corruption fixStephen Hemminger2006-08-271-3/+7
* [DCCP]: Introduce dccp_rx_hist_find_entryIan McDonald2006-08-272-0/+21
* [DCCP]: Introduces follows48 functionIan McDonald2006-08-271-0/+8
* [DCCP]: Update contact details and copyrightIan McDonald2006-08-2710-15/+15
* [DCCP]: Fix typoIan McDonald2006-08-271-1/+1
* [IPV6]: Segmentation offload not set correctly on TCP childrenStephen Hemminger2006-08-271-1/+1
* Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6Greg Kroah-Hartman2006-08-253-47/+41Star
|\
| * NFS: Check lengths more thoroughly in NFS4 readdir XDR decodeDavid Howells2006-08-241-0/+11
| * SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust2006-08-242-10/+6Star
| * SUNRPC: rpc_unlink() must check for unhashed dentriesTrond Myklebust2006-08-241-7/+10
| * NFS: clean up rpc_rmdirTrond Myklebust2006-08-242-16/+8Star
| * SUNRPC: make rpc_unlink() take a dentry argument instead of a pathTrond Myklebust2006-08-242-15/+7Star
* | [TCP]: Limit window scaling if window is clamped.Stephen Hemminger2006-08-221-0/+1
* | [NETFILTER]: arp_tables: fix table locking in arpt_do_tablePatrick McHardy2006-08-221-1/+2
* | Fix sctp privilege elevation (CVE-2006-3745)Sridhar Samudrala2006-08-223-38/+22Star
|/
* [BRIDGE]: Disable SG/GSO if TX checksum is offHerbert Xu2006-08-181-1/+6
* [NETFILTER]: ip_tables: fix table locking in ipt_do_tablePatrick McHardy2006-08-181-1/+2
* [NETFILTER]: ctnetlink: fix deadlock in table dumpingPatrick McHardy2006-08-182-20/+14Star
* [IPV4]: severe locking bug in fib_semantics.cAlexey Kuznetsov2006-08-181-6/+6
* [MCAST]: Fix filter leak on device removal.David L Stevens2006-08-182-17/+25
* [NET]: Disallow whitespace in network device names.David S. Miller2006-08-181-5/+14
* [PKT_SCHED] cls_u32: Fix typo.Ralf Hildebrandt2006-08-181-1/+1
* [ATM]: Compile error on ARMKevin Hilman2006-08-181-1/+1
* [IPV4]: Possible leak of multicast source filter sctructureMichal Ruzicka2006-08-181-3/+3
* [IPV6] lockdep: annotate __icmpv6_socketIngo Molnar2006-08-181-0/+13
* [NETFILTER]: xt_physdev build fixAndrew Morton2006-08-181-0/+1
* [NET]: Fix potential stack overflow in net/core/utils.cSuresh Siddha2006-08-181-3/+4
* [VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.David S. Miller2006-08-181-17/+1Star
* [INET]: Use pskb_trim_unique when trimming paged unique skbsHerbert Xu2006-08-142-3/+3
* [NETFILTER]: ulog: fix panic on SMP kernelsMark Huang2006-08-143-0/+11
* [NETFILTER]: {arp,ip,ip6}_tables: proper error recovery in init pathPatrick McHardy2006-08-143-24/+70
* [LLC]: multicast receive device matchStephen Hemminger2006-08-141-0/+3
* [IPSEC]: Validate properly in xfrm_dst_check()David S. Miller2006-08-141-3/+24
* [NETFILTER]: xt_hashlimit: fix limit off-by-onePatrick McHardy2006-08-141-7/+4Star
* [NETFILTER]: xt_string: fix negationPhil Oester2006-08-141-1/+1
* [TCP]: Fix botched memory leak fix to tcpprobe_read().David S. Miller2006-08-141-1/+2
* [IPX]: Fix typo, ipxhdr() --> ipx_hdr()David S. Miller2006-08-101-1/+1
* [IPV6]: The ifa lock is a BH lockHerbert Xu2006-08-101-2/+2
* Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Greg Kroah-Hartman2006-08-097-11/+39
|\
| * [NET]: add_timer -> mod_timer() in dst_run_gc()Dmitry Mishin2006-08-091-2/+1Star
| * [IPX]: Another nonlinear receive fixStephen Hemminger2006-08-091-2/+5
| * [RTNETLINK]: Fix IFLA_ADDRESS handling.David S. Miller2006-08-091-1/+14
| * [TCP]: SNMPv2 tcpOutSegs counter errorWei Yongjun2006-08-081-3/+9
| * [PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.David S. Miller2006-08-081-0/+2