aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/af_inet.c
AgeCommit message (Expand)Author
2008-03-17[NET] endianness noise: INADDR_ANYAl Viro
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev
2008-01-28[NETNS]: Pass namespace through ip_rt_ioctl.Denis V. Lunev
2008-01-28[NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman
2008-01-28[NETNS]: Refactor fib initialization so it can handle multiple namespaces.Denis V. Lunev
2008-01-28[NETNS]: Add namespace to API for routing /proc entries creation.Denis V. Lunev
2008-01-28[UDP]: Add memory accounting.Hideo Aoki
2008-01-28[IPV4]: Pass the net pointer to the arp_req_set_proxy()Pavel Emelyanov
2008-01-28[IPSEC]: Add ICMP host relookup supportHerbert Xu
2008-01-28[NET]: Remove unused "mibalign" argument for snmp_mib_init().YOSHIFUJI Hideaki
2008-01-28[IPV4]: Cleanup the sysctl_net_ipv4.c filePavel Emelyanov
2008-01-28[TCP]: Splice receive support.Jens Axboe
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov
2007-10-10[IPV4]: Add ICMPMsgStats MIB (RFC 4293)David L Stevens
2007-10-10[IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h insteadDenis Cheng
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman
2007-08-02[TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().David S. Miller
2007-07-10[NET]: IPV6 checksum offloading in network devicesStephen Hemminger
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-25[IPV4]: Consolidate common SNMP codeHerbert Xu
2007-04-25[IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.YOSHIFUJI Hideaki
2007-04-25[NET]: inet_ehash_secret should be __read_mostly and set only onceEric Dumazet
2007-04-25[INET]: Use jhash + random secret for ehash.David S. Miller
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo
2007-04-25[IPV4]: cleanupStephen Hemminger
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-08[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller
2007-01-09[INET]: style updates for the inet_sock->is_icsk assignment fixPaul Moore
2007-01-09[INET]: Fix incorrect "inet_sock->is_icsk" assignment.Paul Moore
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker
2006-12-02[NET]: Size listen hash tables using backlog hintEric Dumazet
2006-09-28[IPV4]: struct ip_options annotationsAl Viro
2006-09-28[IPV4]: Fix order in inet_init failure path.Olaf Kirch
2006-09-28[IPV4]: ip_route_connect() ipv4 address arguments annotatedAl Viro
2006-09-22[NET]: Use BUILD_BUG_ON() for checking size of skb->cb.YOSHIFUJI Hideaki
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley
2006-09-22[NET]: Remove unnecessary config.h includes from net/Dave Jones
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu
2006-07-03[NET]: Verify gso_type too in gso_segmentHerbert Xu
2006-06-29[NET]: Added GSO header verificationHerbert Xu
2006-06-23[NET]: Add software TSOv4Herbert Xu
2006-04-29[IPV4]: inet_init() -> fs_initcallHeiko Carstens
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap