aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-10[IPV4]: Add ICMPMsgStats MIB (RFC 4293)David L Stevens1-0/+6
2007-10-10[IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h insteadDenis Cheng1-1/+1
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-2/+5
2007-08-02[TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().David S. Miller1-1/+1
2007-07-10[NET]: IPV6 checksum offloading in network devicesStephen Hemminger1-0/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-25[IPV4]: Consolidate common SNMP codeHerbert Xu1-0/+40
2007-04-25[IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.YOSHIFUJI Hideaki1-20/+39
2007-04-25[NET]: inet_ehash_secret should be __read_mostly and set only onceEric Dumazet1-3/+13
2007-04-25[INET]: Use jhash + random secret for ehash.David S. Miller1-0/+16
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-2/+4
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-5/+5
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[IPV4]: cleanupStephen Hemminger1-1/+1
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-0/+3
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-36/+36
2007-02-08[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller1-1/+1
2007-01-09[INET]: style updates for the inet_sock->is_icsk assignment fixPaul Moore1-1/+1
2007-01-09[INET]: Fix incorrect "inet_sock->is_icsk" assignment.Paul Moore1-1/+1
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro1-3/+3
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker1-1/+7
2006-12-02[NET]: Size listen hash tables using backlog hintEric Dumazet1-1/+1
2006-09-28[IPV4]: struct ip_options annotationsAl Viro1-1/+1
2006-09-28[IPV4]: Fix order in inet_init failure path.Olaf Kirch1-2/+2
2006-09-28[IPV4]: ip_route_connect() ipv4 address arguments annotatedAl Viro1-1/+1
2006-09-22[NET]: Use BUILD_BUG_ON() for checking size of skb->cb.YOSHIFUJI Hideaki1-4/+1
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley1-2/+2
2006-09-22[NET]: Remove unnecessary config.h includes from net/Dave Jones1-1/+0
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala1-0/+1
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu1-0/+36
2006-07-03[NET]: Verify gso_type too in gso_segmentHerbert Xu1-3/+11
2006-06-29[NET]: Added GSO header verificationHerbert Xu1-3/+3
2006-06-23[NET]: Add software TSOv4Herbert Xu1-0/+51
2006-04-29[IPV4]: inet_init() -> fs_initcallHeiko Carstens1-1/+1
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo1-60/+60
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin1-0/+12
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
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 Melo1-0/+1
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-3/+3
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo1-1/+3
2005-12-02[IPV4] Fix EPROTONOSUPPORT error in inet_createHerbert Xu1-4/+3
2005-11-08[NET]: kfree cleanupJesper Juhl1-2/+1
2005-09-09[IPV4] fib_trie: fix proc interfaceStephen Hemminger1-13/+0
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet1-1/+1
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-14/+0
2005-08-29[INET]: Make inet_create try to load protocol modulesArnaldo Carvalho de Melo1-4/+25
2005-08-29[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo1-0/+1
2005-08-29[ICSK]: Generalise tcp_listen_{start,stop}Arnaldo Carvalho de Melo1-1/+1