summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2006-07-04[PATCH] lockdep: locking init debugging improvementIngo Molnar2-2/+2
2006-07-01Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-14/+20
2006-07-01[IPV6]: Added GSO support for TCPv6Herbert Xu1-2/+2
2006-07-01[NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu3-7/+6
2006-07-01[IPV6]: Added GSO support for TCPv6Herbert Xu1-0/+1
2006-07-01[NETFILTER]: SCTP conntrack: fix crash triggered by packet without chunksPatrick McHardy1-1/+1
2006-07-01[TCP]: Reset gso_segs if packet is dodgyHerbert Xu1-4/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel71-71/+0
2006-06-30[NETFILTE] ipv4: Fix typo (Bugzilla #6753)Matt LaPlante1-1/+1
2006-06-30[NET]: Add ECN support for TSOMichael Chan3-8/+0
2006-06-30[TCP]: Export accept queue len of a TCP listening socket via rx_queueSridhar Samudrala2-2/+6
2006-06-30[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel1-1/+1
2006-06-30[NET]: Added GSO header verificationHerbert Xu2-5/+9
2006-06-30[NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev d...Patrick McHardy1-2/+10
2006-06-30[NETFILTER]: x_tables: fix xt_register_table error propagationPatrick McHardy2-2/+4
2006-06-26[NET]: Fix CHECKSUM_HW GSO problems.Herbert Xu1-11/+11
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras1-1/+1
2006-06-25[PATCH] remove for_each_cpu()Andrew Morton1-1/+1
2006-06-23[IPSEC]: Handle GSO packetsHerbert Xu1-8/+46
2006-06-23[NET]: Add software TSOv4Herbert Xu2-0/+113
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu4-29/+40
2006-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-0/+1
2006-06-18[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu2-9/+3
2006-06-18[TCP]: Add tcp_slow_start_after_idle sysctl.David S. Miller2-1/+13
2006-06-18[TCP] Westwood: reset RTT min after FRTOLuca De Cicco1-2/+16
2006-06-18[TCP] Westwood: bandwidth filter startupLuca De Cicco1-3/+9
2006-06-18[TCP] Westwood: comment fixesLuca De Cicco1-4/+21
2006-06-18[TCP] Westwood: fix first sampleStephen Hemminger1-1/+12
2006-06-18[NET]: net.ipv4.ip_autoconfig sysctl removalStephen Hemminger1-8/+0
2006-06-18[NET]: Clean up skb_linearizeHerbert Xu1-8/+3
2006-06-18[NETFILTER]: hashlimit match: fix random initializationPatrick McHardy1-2/+5
2006-06-18[NETFILTER]: recent match: missing refcnt initializationPatrick McHardy1-0/+1
2006-06-18[NETFILTER]: recent match: fix "sleeping function called from invalid context"Patrick McHardy1-5/+10
2006-06-18[SECMARK]: Add secmark support to conntrackJames Morris3-0/+20
2006-06-18[SECMARK]: Add secmark support to core networking.James Morris2-0/+2
2006-06-18[IPV4] icmp: Kill local 'ip' arg in icmp_redirect().David S. Miller1-3/+2
2006-06-18[IPV4]: Right prototype of __raw_v4_lookup()Alexey Dobriyan1-1/+1
2006-06-18[IPV4] igmp: Fixup struct ip_mc_list::multiaddr typeAlexey Dobriyan1-1/+1
2006-06-18[TCP]: Fix compile warning in tcp_probe.cDavid S. Miller1-1/+3
2006-06-18[TCP]: Limited slow start for Highspeed TCPStephen Hemminger1-3/+21
2006-06-18[TCP]: TCP Probe congestion window tracingStephen Hemminger2-0/+180
2006-06-18[TCP]: Minimum congestion window consolidation.Stephen Hemminger8-46/+21
2006-06-18[TCP]: TCP Compound quad root functionStephen Hemminger1-24/+66
2006-06-18[TCP]: TCP Compound congestion controlAngelo P. Castellani3-0/+418
2006-06-18[TCP]: TCP Veno congestion controlBin Zhou3-0/+251
2006-06-18[TCP]: TCP Low Priority congestion controlWong Hoi Sing Edison3-0/+349
2006-06-18[NETFILTER]: PPTP helper: fixup gre_keymap_lookup() return typeAlexey Dobriyan1-3/+3
2006-06-18[NETFILTER]: Add SIP connection tracking helperPatrick McHardy4-0/+740
2006-06-18[NETFILTER]: H.323 helper: replace internal_net_addr parameter by routing-bas...Patrick McHardy1-30/+27
2006-06-18[NETFILTER]: H.323 helper: Add support for Call ForwardingJing Min Zhao4-7/+196