aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2006-03-20[NETFILTER]: Add H.323 conntrack/NAT helperJing Min Zhao8-0/+6199
2006-03-20[INET]: Fix typo in Arnaldo's connection sock compat fixups.David S. Miller1-2/+2
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo6-153/+146
2006-03-20[ICSK] compat: Introduce inet_csk_compat_[gs]etsockoptArnaldo Carvalho de Melo2-20/+36
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin6-46/+294
2006-03-20[SECURITY]: TCP/UDP getpeersecCatherine Zhang1-1/+30
2006-03-20[TCP]: sysctl to allow TCP window > 32767 sans wscaleRick Jones2-7/+25
2006-03-20[IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.Neil Horman2-10/+18
2006-03-20[NETFILTER]: Fix warnings in ip_nat_snmp_basic.cDavid S. Miller1-1/+4
2006-03-20[NET]: sem2mutex part 2Ingo Molnar3-11/+12
2006-03-20[NET] sem2mutex: net/Arjan van de Ven3-18/+21
2006-03-20[NET]: dev_put/dev_hold cleanupStephen Hemminger2-3/+3
2006-03-20[NET]: Convert RTNL to mutex.Stephen Hemminger2-17/+17
2006-03-20[TCP] H-TCP: Better time accountingBaruch Even1-18/+26
2006-03-20[TCP] H-TCP: Account for delayed-ACKsBaruch Even1-8/+18
2006-03-20[TCP] H-TCP: Use msecs_to_jiffiesBaruch Even1-2/+2
2006-03-20[ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo2-12/+20
2006-03-20[IPV4]: fib_trie stats fixRobert Olsson1-6/+8
2006-03-20[IPV4]: fib_trie initialzation fixRobert Olsson1-2/+10
2006-03-20[TCP] mtu probing: move tcp-specific data out of inet_connection_sockJohn Heffner2-4/+4
2006-03-20[NETFILTER]: Fix skb->nf_bridge lifetime issuesPatrick McHardy1-4/+0
2006-03-20[IPSEC]: Sync series - fast pathJamal Hadi Salim2-0/+2
2006-03-20[NETFILTER]: ctnetlink: avoid unneccessary event message generationPatrick McHardy1-3/+4
2006-03-20[NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep...Patrick McHardy3-185/+0
2006-03-20[NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functionsPatrick McHardy30-22/+81
2006-03-20[NETFILTER]: x_tables: pass registered match/target data to match/target func...Patrick McHardy2-8/+10
2006-03-20[NETFILTER]: Convert arp_tables targets to centralized error checkingPatrick McHardy2-6/+8
2006-03-20[NETFILTER]: Convert ip_tables matches/targets to centralized error checkingPatrick McHardy28-390/+103
2006-03-20[NETFILTER]: Change {ip,ip6,arp}_tables to use centralized error checkingPatrick McHardy2-8/+29
2006-03-20[NETFILTER]: Fix CID offset bug in PPTP NAT helper debug messageHolger Eitzenberger1-3/+5
2006-03-20[NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'Harald Welte1-10/+12
2006-03-20[TCP]: MTU probingJohn Heffner5-37/+301
2006-03-20[IPV4] fib_rules.c: make struct fib_rules static againAdrian Bunk1-1/+1
2006-03-20[IPV4]: Use RCU locking in fib_rules.Robert Olsson1-45/+68
2006-03-12[NETFILTER]: arp_tables: fix NULL pointer dereferencePatrick McHardy1-1/+1
2006-03-12[IPV4/6]: Fix UFO error propagationPatrick McHardy1-3/+4
2006-03-12[TCP]: tcp_highspeed: fix AIMD table out-of-bounds accessPatrick McHardy1-1/+1
2006-03-11[TCP]: Fix tcp_tso_should_defer() when limit>=65536David S. Miller1-0/+4
2006-03-07[NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumptionThomas Graf1-1/+1
2006-02-27[NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibilityPatrick McHardy1-1/+6
2006-02-27[IPSEC]: Kill post_input hook and do NAT-T in esp_input directlyHerbert Xu1-90/+38
2006-02-27[IPSEC] esp: Kill unnecessary block and indentationHerbert Xu1-44/+43
2006-02-23[IPSEC]: Use TOS when doing tunnel lookupsHerbert Xu1-1/+4
2006-02-23[IPV4]: Fix garbage collection of multipath route entriesSuresh Bhogavilli1-1/+1
2006-02-19[NETFILTER]: Fix outgoing redirects to loopbackPatrick McHardy1-11/+5
2006-02-19[NETFILTER]: Fix NAT PMTUD problemsPatrick McHardy1-9/+9
2006-02-15[NETFILTER]: nf_conntrack: move registration of __nf_ct_attachYasuyuki Kozakai1-5/+0
2006-02-15[XFRM]: Fix SNAT-related crash in xfrm4_output_finishPatrick McHardy4-11/+24
2006-02-15[NETFILTER]: Fix xfrm lookup after SNATPatrick McHardy2-3/+44
2006-02-13[IPV4] ICMP: Invert default for invalid icmp msgs sysctlDave Jones1-1/+1
2006-02-09[TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabledJohn Heffner1-1/+2
2006-02-09[NETLINK]: illegal use of pid in rtnetlinkAlexey Kuznetsov2-2/+2
2006-02-07[PATCH] ipv4 NULL noise removalAl Viro1-1/+1
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2006-02-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-17/+44
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-1/+1
2006-02-04[NETFILTER]: Fix check whether dst_entry needs to be released after NATPatrick McHardy1-2/+2
2006-02-04[NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unificationPatrick McHardy1-3/+6
2006-02-04[NETFILTER]: Check policy length in policy match strict modePatrick McHardy1-1/+1
2006-02-04[NETFILTER]: Fix possible overflow in netfilters do_replace()Kirill Korotaev2-0/+14
2006-02-04[NETFILTER]: Fix missing src port initialization in tftp expectation maskPatrick McHardy1-0/+1
2006-02-04[NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_logPatrick McHardy1-8/+12
2006-02-04[NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'Holger Eitzenberger1-1/+5
2006-02-04[NETFILTER]: ctnetlink: add MODULE_ALIAS for expectation subsystemPablo Neira Ayuso1-0/+1
2006-02-04[NETFILTER]: ctnetlink: Fix subsystem used for expectation eventsMarcus Sundberg1-1/+1
2006-02-04[ICMP]: Fix extra dst release when ip_options_echo failsHerbert Xu1-1/+1
2006-02-02[IPV4]: Remove suprious use of goto out: in icmp_replyHorms1-2/+1
2006-02-02[IPV4] multipath_wrandom: Fix softirq-unsafe spin lock usageHerbert Xu1-4/+4
2006-01-31[NET]: Do not export inet_bind_bucket_create twice.Sam Ravnborg1-1/+0
2006-01-31[IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy1-1/+1
2006-01-31Fix ipv4/igmp.c compile with gcc-4 and IP_MULTICASTLinus Torvalds1-0/+1
2006-01-30[TCP] H-TCP: Fix accountingBaruch Even1-1/+0
2006-01-30[IPV4] igmp: remove pointless printkDave Jones1-1/+0
2006-01-18[PATCH] EDAC: atomic scrub operationsAlan Cox1-1/+1
2006-01-18[IPV4]: Fix multiple bugs in IGMPv3David L Stevens1-30/+122
2006-01-17[IPV4]: RT_CACHE_STAT_INC() warning fixAndrew Morton1-1/+2
2006-01-17[IPV4]: rt_cache_stat can be statically definedEric Dumazet1-10/+4
2006-01-17[NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.hDavid S. Miller1-0/+1
2006-01-17[NETFILTER] Makefile cleanupYasuyuki Kozakai1-1/+0
2006-01-17[NETFILTER] ip[6]t_policy: Fix compilation warningsBenoit Boissinot1-2/+5
2006-01-14x86: Work around compiler code generation bug with -OsLinus Torvalds1-3/+3
2006-01-13[XFRM]: IPsec tunnel wildcard address supportPatrick McHardy1-0/+15
2006-01-12[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte60-3995/+245
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap11-0/+11
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2-11/+10
2006-01-11[NETFILTER]: ip_ct_proto_gre_fini() cannot be __exitDavid S. Miller2-2/+5
2006-01-11netfilter: headers included twiceNicolas Kaiser3-3/+0
2006-01-10[NETFILTER]: Fix timeout sysctls on big-endian 64bit architecturesPatrick McHardy7-37/+37
2006-01-10[NETFILTER]: Remove unused function from NAT protocol helpersPatrick McHardy5-160/+0
2006-01-10[NETFILTER]: Fix return value confusion in PPTP NAT helperPatrick McHardy1-23/+13
2006-01-10[NETFILTER]: Fix another crash in ip_nat_pptpPatrick McHardy1-30/+27
2006-01-10[NETFILTER]: Fix crash in ip_nat_pptpPatrick McHardy1-1/+1
2006-01-10[NETFILTER]: net/ipv[46]/netfilter.c cleanupsPatrick McHardy2-12/+2
2006-01-10[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn1-2/+3
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+2
2006-01-10spelling: s/trough/through/Adrian Bunk1-2/+2
2006-01-09[INET_DIAG]: Introduce sk_diag_fillArnaldo Carvalho de Melo1-10/+24
2006-01-09[INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fillArnaldo Carvalho de Melo1-47/+111
2006-01-09[INET_DIAG]: whitespace/simple cleanupsArnaldo Carvalho de Melo1-29/+28
2006-01-09[INET_DIAG]: Use inet_twsk() with TIME_WAIT socketsArnaldo Carvalho de Melo1-3/+3
2006-01-09[IPV4]: ip_output.c needs xfrm.hPatrick McHardy1-0/+1
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn3-7/+4
2006-01-09[NET]: Convert net/{ipv4,ipv6,sched} to netdev_privPatrick McHardy3-38/+35
2006-01-07[IPV4]: make ip_fragment() staticAdrian Bunk1-2/+3
2006-01-07[NETFILTER]: ip_conntrack_proto_sctp.c needs linux/interrupt.hJoe Kappus1-0/+1
2006-01-07[NETFILTER]: Add ipt_policy/ip6t_policy matchesPatrick McHardy3-0/+181
2006-01-07[NETFILTER]: Handle NAT in IPsec policy checksPatrick McHardy2-2/+51
2006-01-07[NETFILTER]: Keep conntrack reference until IPsec policy checks are donePatrick McHardy4-9/+10
2006-01-07[NETFILTER]: Redo policy lookups after NAT when neccessaryPatrick McHardy3-3/+31
2006-01-07[NETFILTER]: Use conntrack information to determine if packet was NATedPatrick McHardy1-15/+19
2006-01-07[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy4-4/+13
2006-01-07[IPV4]: reset IPCB flags when neccessaryPatrick McHardy2-0/+2
2006-01-07[IPV4/6]: Netfilter IPsec input hooksPatrick McHardy1-0/+31
2006-01-07[XFRM]: Netfilter IPsec output hooksPatrick McHardy1-17/+54
2006-01-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-4/+5
2006-01-06[NET]: Endian-annotate struct iphdrAlexey Dobriyan3-4/+4
2006-01-06[NETFILTER]: ipt_helper.c needs linux/interrupt.hJoe1-0/+1
2006-01-06kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg2-2/+2
2006-01-05[NET]: Change 1500 to ETH_DATA_LEN in some filesKris Katterjohn3-4/+7
2006-01-05[IPVS]: Another file needs linux/interrupt.hAndrew Morton1-0/+1
2006-01-05[NETFILTER]: Use HOPLIMIT metric as TTL of TCP reset sent by REJECTYasuyuki Kozakai1-1/+1
2006-01-05[NETFILTER]: nf_conntrack_l3proto_ipv4.c needs net/route.hPatrick McHardy1-0/+1
2006-01-05[NETFILTER]: Call POST_ROUTING hook before fragmentationPatrick McHardy4-83/+16
2006-01-05[NETFILTER]: Remove okfn usage in ip_vs_core.cPatrick McHardy1-4/+1
2006-01-05[NETFILTER]: ctnetlink: Fix dumping of helper namePatrick McHardy1-1/+1
2006-01-05[NETFILTER]: Fix module_param types and permissionsPatrick McHardy6-25/+21
2006-01-05[NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso2-18/+126
2006-01-05[NETFILTER]: ctnetlink: remove unused variablePablo Neira Ayuso1-2/+0
2006-01-05[NETFILTER]: ctnetlink: fix conntrack mark racePablo Neira Ayuso1-5/+5
2006-01-05[NETFILTER]: ctnetlink: ctnetlink_event cleanupPablo Neira Ayuso1-11/+4
2006-01-05[NETFILTER]: ctnetlink: use u_int32_t instead of unsigned intPablo Neira Ayuso1-1/+1
2006-01-05[NETFILTER]: ctnetlink: propagate ctnetlink_dump_tuples_proto return value backPablo Neira Ayuso1-2/+3
2006-01-05[NETFILTER]: ctnetlink: Add sanity checkings for ICMPYasuyuki Kozakai1-19/+24
2006-01-05[NETFILTER]: ctnetlink: remove bogus checks in ICMP protocol at dumpingPablo Neira Ayuso1-4/+0
2006-01-05[IPVS]: Fix compilationAdrian Bunk2-0/+2
2006-01-04[TCP] tcp_vegas: Fix slow startThomas Young1-0/+4
2006-01-04[IPVS]: Add missing include <linux/net.h>Arnaldo Carvalho de Melo1-0/+1
2006-01-04[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selectedArnaldo Carvalho de Melo1-0/+2
2006-01-03[TCP]: less inline'sStephen Hemminger4-35/+171
2006-01-03[IPV4] fib_trie: build fixStephen Hemminger1-0/+1
2006-01-03[IPVS]: Cleanup IP_VS_DBG statements.Roberto Nibali4-14/+17
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig1-4/+4
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo38-0/+56
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-3/+3
2006-01-03[IPV4] fib_trie: Add credits.Robert Olsson1-0/+7
2006-01-03[TCP] cubic: use Newton-RaphsonStephen Hemminger1-54/+39
2006-01-03[TCP] cubic: precompute constantsStephen Hemminger1-76/+57
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo6-29/+30
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo2-172/+179
2006-01-03[TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo2-31/+45
2006-01-03[IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo2-6/+8
2006-01-03[IPVS]: remove dead codeRoberto Nibali4-104/+0
2006-01-03[UDP]: udp_checksum_init return valueStephen Hemminger1-4/+2
2006-01-03[IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu1-14/+1
2006-01-03[ICSK]: Move v4_addr2sockaddr from TCP to icskArnaldo Carvalho de Melo2-11/+13
2006-01-03[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo6-30/+29
2006-01-03[IPV6]: Introduce inet6_rsk()Arnaldo Carvalho de Melo1-4/+4
2006-01-03[ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned longArnaldo Carvalho de Melo1-1/+1
2006-01-03[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_portArnaldo Carvalho de Melo2-4/+10
2006-01-03[IPV4]: Safer reassemblyHerbert Xu4-1/+79
2006-01-03[NETFILTER] ip_tables: NUMA-aware allocationEric Dumazet2-118/+256
2006-01-03[TCP] BIC: CUBIC window growth (2.0)Stephen Hemminger3-0/+454
2006-01-03[TCP] BIC: spelling and whitespaceStephen Hemminger1-2/+2
2006-01-03[TCP] BIC: remove low utilization code.Stephen Hemminger1-80/+1
2005-12-19[XFRM]: Handle DCCP in xfrm{4,6}_decode_sessionPatrick McHardy1-0/+1
2005-12-19[NETFILTER]: Fix NAT init orderPatrick McHardy1-1/+2
2005-12-14[GRE]: Fix hardware checksum modificationHerbert Xu1-1/+1
2005-12-12[NETFILTER]: ip_nat_tftp: Fix expectation NATMarcus Sundberg1-1/+4
2005-12-06[TCP] Vegas: timestamp before cloneDavid S. Miller1-109/+124
2005-12-06[TCP] Vegas: Remove extra call to tcp_vegas_rtt_calcThomas Young1-8/+0
2005-12-06[TCP] Vegas: stop resetting rtt every ackThomas Young1-4/+4
2005-12-05[NETFILTER]: Don't use conntrack entry after dropping the referencePatrick McHardy1-4/+2
2005-12-05[NETFILTER]: Fix unbalanced read_unlock_bh in ctnetlinkPatrick McHardy1-1/+2
2005-12-05[NETFILTER]: Mark ctnetlink as EXPERIMENTALPatrick McHardy1-4/+4
2005-12-05[NETFILTER]: Fix CTA_PROTO_NUM attribute size in ctnetlinkPatrick McHardy1-2/+2
2005-12-05[NETFILTER]: Fix ip_conntrack_flush abuse in ctnetlinkPatrick McHardy1-9/+11
2005-12-05[NETFILTER]: Fix incorrect argument to ip_nat_initialized() in ctnetlinkPablo Neira Ayuso1-1/+1
2005-12-02[IPV4] Fix EPROTONOSUPPORT error in inet_createHerbert Xu1-4/+3
2005-12-02[IGMP]: workaround for IGMP v1/v2 bugDavid Stevens1-1/+4
2005-12-01[NETLINK]: Fix processing of fib_lookup netlink messagesThomas Graf1-2/+6
2005-12-01[NETFILTER]: Fix recent match jiffies wrap mismatchesPhil Oester1-0/+1
2005-12-01[NETFILTER]: Ignore ACKs ACKs on half open connections in TCP conntrackJozsef Kadlecsik1-9/+20
2005-11-29[NETFILTER] ipv4: small cleanupsAdrian Bunk3-4/+4
2005-11-29[IPV4]: make two functions staticAdrian Bunk2-2/+2
2005-11-29[NET]: Add const markers to various variables.Arjan van de Ven17-27/+27
2005-11-29[IPV4] tcp/route: Another look at hash table sizesMike Stroyan2-6/+3
2005-11-23[NETFILTER]: ip_conntrack_netlink.c needs linux/interrupt.hBenoit Boissinot1-0/+1
2005-11-22[NETFILTER] ctnetlink: Fix refcount leak ip_conntrack/nat_protoPablo Neira Ayuso1-12/+12
2005-11-22[IPV4]: Fix secondary IP addresses after promotionJamal Hadi Salim2-11/+31
2005-11-20[NETFILTER]: fixed dependencies between modules related with ip_conntrackYasuyuki Kozakai1-5/+5
2005-11-20[FIB_TRIE]: Don't show local table in /proc/net/route outputPatrick McHardy1-0/+3
2005-11-17[NETFILTER] ip_conntrack: fix ftp/irc/tftp helpers on ports >= 32768Harald Welte3-6/+6
2005-11-17[TCP]: TCP highspeed build errorStephen Hemminger1-1/+1
2005-11-16[IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassemblyYasuyuki Kozakai1-26/+14
2005-11-15[TCP]: More spelling fixes.Stephen Hemminger1-2/+2
2005-11-14[NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte1-14/+7
2005-11-14[NETFILTER] ctnetlink: More thorough size checking of attributesPablo Neira Ayuso2-0/+46
2005-11-14[NETFILTER] ctnetlink: use size_t to make gcc-4.x happyPablo Neira Ayuso1-3/+3
2005-11-12[NETFILTER] {ip,nf}_conntrack TCP: Accept SYN+PUSH like SYNVlad Drukker1-0/+1
2005-11-11[PATCH] TCP: fix vegas buildJeff Garzik1-1/+1