netns xfrm: ipcomp support
[safe/jmp/linux-2.6] / net / ipv4 / af_inet.c
2009-11-06 Eric Parisnet: check kern before calling security subsystem
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-11-06 Eric Parisnet: drop capability from protocol definitions
2009-10-29 Cyrill Gorcunovnet,socket: introduce DECLARE_SOCKADDR helper to catch...
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-10-01 Atis Elstsnet: Use sk_mark for routing lookup in more places
2009-09-15 Alexey Dobriyannet: constify struct net_protocol
2009-08-29 Eric Dumazetipv4: af_inet.c cleanups
2009-07-12 Sridhar Samudralaudpv4: Handle large incoming UDP/IPv4 packets and suppo...
2009-06-04 Rami Rosenipv4: remove ip_mc_drop_socket() declaration from af_in...
2009-06-02 Nivedita Singhviipv4: New multicast-all socket option
2009-05-27 Herbert Xuipv4: Use 32-bit loads for ID and length in GRO
2009-05-27 Herbert Xugro: Avoid unnecessary comparison after skb_gro_header
2009-04-17 Eric Dumazet[PATCH] net: remove superfluous call to synchronize_net()
2009-03-27 Ingo MolnarMerge branch 'core/percpu' into percpu-cpumask-x86...
2009-03-10 Stephen Hemmingernet: convert usage of packet_type to read_mostly
2009-02-20 Rusty Russellalloc_percpu: add align argument to __alloc_percpu.
2009-02-09 Herbert Xugro: Optimise IPv4 packet reception
2009-02-02 Herbert Xuipv4: Delete redundant sk_family assignment
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2009-01-30 Herbert Xugro: Avoid copying headers of unmerged packets
2008-12-26 Alexey Dobriyannetns: igmp: allow IPPROTO_IGMP sockets in netns
2008-12-16 Herbert Xutcp: Add GRO support
2008-12-16 Herbert Xuipv4: Add GRO infrastructure
2008-11-23 Eric Dumazetnet: some optimizations in af_inet
2008-11-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-20 Balazs ScheidlerTPROXY: supply a struct flowi->flags argument in inet_s...
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/ipv4/ net/ipv6/
2008-10-01 Tóth László Attilaipv4: Allow binding to non-local addresses if IP_TRANSP...
2008-07-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-27 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-07-27 Al Viro[PATCH] sysctl: make sure that /proc/sys/net/ipv4 appea...
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-07-25 Paul E. McKenneylist_for_each_rcu must die: networking
2008-07-18 Pavel Emelyanovipv4: clean the init_ipv4_mibs error paths
2008-07-18 Pavel Emelyanovmib: put icmpmsg statistics on struct net
2008-07-18 Pavel Emelyanovmib: put icmp statistics on struct net
2008-07-18 Pavel Emelyanovmib: put udplite statistics on struct net
2008-07-18 Pavel Emelyanovmib: put udp statistics on struct net
2008-07-18 Pavel Emelyanovmib: put net statistics on struct net
2008-07-18 Pavel Emelyanovmib: put ip statistics on struct net
2008-07-18 Pavel Emelyanovmib: put tcp statistics on struct net
2008-07-18 Pavel Emelyanovipv4: add pernet mib operations
2008-07-17 Pavel Emelyanovtcp: add net to tcp_mib_init
2008-07-03 Wang Chenipv4: Do cleanup for ip_mr_init
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-04-29 Hirofumi NakagawaRemove duplicated unlikely() in IS_ERR()
2008-04-14 YOSHIFUJI Hideaki[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
2008-04-03 Denis V. Lunev[INET]: uc_ttl assignment in inet_ctl_sock_create is...
2008-04-03 Denis V. Lunev[NETNS]: Inet control socket should not hold a namespace.
2008-04-03 Denis V. Lunev[INET]: Let inet_ctl_sock_create return sock rather...
2008-04-03 Denis V. Lunev[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_soc...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-24 Denis V. Lunev[NETNS]: Enable TCP/UDP/ICMP inside namespace.
2008-03-24 Denis V. Lunev[NETNS]: Allow to create sockets in non-initial namespace.
2008-03-24 Denis V. Lunev[NETNS]: Process INET socket layer in the correct names...
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-18 Al Viro[NET] endianness noise: INADDR_ANY
2008-03-07 David S. Miller[UDP]: Revert udplite and code split.
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-03-04 YOSHIFUJI Hideaki[UDP]: Allow users to configure UDP-Lite.
2008-02-29 Denis V. Lunev[ICMP]: Add return code to icmp_init.
2008-02-29 Denis V. Lunev[INET]: Remove struct net_proto_family* from _init...
2008-02-29 Denis V. Lunev[NETNS]: Process devinet ioctl in the correct namespace.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_flow.
2008-01-28 Denis V. Lunev[NETNS]: Pass namespace through ip_rt_ioctl.
2008-01-28 Eric W. Biederman[NETNS]: Add netns parameter to inet_(dev_)add_type.
2008-01-28 Denis V. Lunev[NETNS]: Refactor fib initialization so it can handle...
2008-01-28 Denis V. Lunev[NETNS]: Add namespace to API for routing /proc entries...
2008-01-28 Hideo Aoki[UDP]: Add memory accounting.
2008-01-28 Pavel Emelyanov[IPV4]: Pass the net pointer to the arp_req_set_proxy()
2008-01-28 Herbert Xu[IPSEC]: Add ICMP host relookup support
2008-01-28 YOSHIFUJI Hideaki[NET]: Remove unused "mibalign" argument for snmp_mib_i...
2008-01-28 Pavel Emelyanov[IPV4]: Cleanup the sysctl_net_ipv4.c file
2008-01-28 Jens Axboe[TCP]: Splice receive support.
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-10 David L Stevens[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
2007-10-10 Denis Cheng[IPV4] af_inet.c: use ARRAY_SIZE macro from kernel...
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-08-03 David S. Miller[TCP]: Invoke tcp_sendmsg() directly, do not use inet_s...
2007-07-11 Stephen Hemminger[NET]: IPV6 checksum offloading in network devices
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-26 Herbert Xu[IPV4]: Consolidate common SNMP code
2007-04-26 YOSHIFUJI Hideaki[IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.
2007-04-26 Eric Dumazet[NET]: inet_ehash_secret should be __read_mostly and...
2007-04-26 David S. Miller[INET]: Use jhash + random secret for ehash.
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Stephen Hemminger[IPV4]: cleanup
2007-04-26 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-02-08 David S. Miller[IPV4/IPV6]: Always wait for IPSEC SA resolution in...
2007-01-09 Paul Moore[INET]: style updates for the inet_sock->is_icsk assign...
2007-01-09 Paul Moore[INET]: Fix incorrect "inet_sock->is_icsk" assignment.
2006-12-03 Al Viro[IPV6]: Assorted trivial endianness annotations.
2006-12-03 Gerrit Renker[NET]: Supporting UDP-Lite (RFC 3828) in Linux
2006-12-03 Eric Dumazet[NET]: Size listen hash tables using backlog hint
2006-09-29 Al Viro[IPV4]: struct ip_options annotations
next