net: skb->dst accessors
[safe/jmp/linux-2.6] / net / ipv4 / udp.c
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-04-11 Vlad Yasevichipv6: Fix NULL pointer dereference with time-wait sockets
2009-03-26 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-25 Vlad Yasevichipv6: Fix conflict resolutions during ipv6 binding
2009-03-23 Vitaly Mayatskikhudp: Wrong locking code in udp seq_file infrastructure
2009-03-13 Neil HormanNetwork Drop Monitor: Adding kfree_skb_clean for non...
2009-02-16 Patrick Ohlyip: support for TX timestamps on UDP and RAW sockets
2009-02-06 Jesper Dangaard... udp: Fix potential wrong ip_hdr(skb) pointers
2009-02-05 Jesper Dangaard... udp: Fix UDP short packet false positive
2009-02-02 Eric Dumazetudp: increments sk_drops in __udp_queue_rcv_skb()
2009-01-27 Eric Dumazetudp: optimize bind(0) if many ports are in use
2008-11-25 Eric Dumazetnet: udp_unhash() can test if sk is hashed
2008-11-24 Eric Dumazetnet: avoid a pair of dst_hold()/dst_release() in ip_app...
2008-11-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-20 Balazs ScheidlerTPROXY: fill struct flowi->flags in udp_sendmsg()
2008-11-17 Eric Dumazetudp: Use hlist_nulls in UDP RCU code
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-02 Eric Dumazetudp: multicast packets need to check namespace
2008-11-02 Eric Dumazetudp: add a missing smp_wmb() in udp_lib_get_port()
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/ipv4/ net/ipv6/
2008-10-30 Eric Dumazetudp: Should use spin_lock_bh()/spin_unlock_bh() in...
2008-10-29 Eric Dumazetudp: introduce sk_for_each_rcu_safenext()
2008-10-29 Eric Dumazetudp: udp_get_next() should use spin_unlock_bh()
2008-10-29 Eric Dumazetudp: calculate udp_mem based on low memory instead...
2008-10-29 Eric Dumazetudp: RCU handling for Unicast packets.
2008-10-29 Eric Dumazetudp: introduce struct udp_table and multiple spinlocks
2008-10-14 Alan Coxnet: Rationalise email address: Network Specific Parts
2008-10-09 Eric Dumazetudp: complete port availability checking
2008-10-08 Eric Dumazetudp: Improve port randomization
2008-10-07 Denis V. Lunevnetns: make udpv6 mib per/namespace
2008-10-07 KOVACS Krisztianinet: Don't lookup the socket if there's a socket attac...
2008-10-07 KOVACS Krisztianinet: Add udplib_lookup_skb() helpers
2008-10-01 KOVACS Krisztianudp: Export UDP socket lookup function
2008-09-15 Herbert Xuudp: Fix rcv socket locking
2008-08-09 Herbert Xuudp: Drop socket lock for encapsulated packets
2008-07-21 Gerrit Renkerudplite: Protection against coverage value wrap-around
2008-07-18 Pavel Emelyanovmib: put udp statistics on struct net
2008-07-17 Pavel Emelyanovmib: add net to IP_INC_STATS_BH
2008-07-17 Pavel Emelyanovipv4: prepare net initialization for IP accounting
2008-07-15 Pavel Emelyanovmib: add struct net to ICMP_INC_STATS_BH
2008-07-15 Pavel Emelyanovinet: toss struct net initialization around
2008-07-06 Pavel EmelyanovMIB: add struct net to UDP_INC_STATS_BH
2008-07-06 Pavel EmelyanovMIB: add struct net to UDP_INC_STATS_USER
2008-06-18 Eric Dumazetudp: sk_drops handling
2008-06-17 Pavel Emelyanovudp: add struct net argument to udp_hashfn
2008-06-17 Pavel Emelyanovudp: provide a struct net pointer for __udp[46]_lib_mca...
2008-06-17 Pavel Emelyanovudp: introduce a udp_hashfn function
2008-06-15 Brian Haleynet: change proto destroy method to return void
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-04 Denis V. Lunev[IPV6]: inet_sk(sk)->cork.opt leak
2008-05-02 Denis V. Lunevipv4: assign PDE->data before gluing PDE into /proc...
2008-04-24 Pavel Emelyanov[NET]: Fix heavy stack usage in seq_file output routines.
2008-04-14 YOSHIFUJI Hideaki[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
2008-04-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-04-01 Pavel Emelyanov[SOCK][NETNS]: Add a struct net argument to sock_prot_i...
2008-04-01 YOSHIFUJI Hideaki[IP] UDP: Use SEQ_START_TOKEN.
2008-03-29 Denis V. Lunev[UDP]: Remove owner from udp_seq_afinfo.
2008-03-29 Denis V. Lunev[UDP]: Place file operations directly into udp_seq_afinfo.
2008-03-29 Denis V. Lunev[UDP]: Cleanup /proc/udp[6] creation/removal.
2008-03-29 Denis V. Lunev[UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.
2008-03-29 Denis V. Lunev[UDP]: No need to check afinfo != NULL in udp_proc_...
2008-03-29 Denis V. Lunev[UDP]: Replace struct net on udp_iter_state with seq_ne...
2008-03-28 Pavel Emelyanov[SOCK]: Drop inuse pcounter from struct proto (v2).
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit namespace comparision without CONFIG_...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-24 Denis V. Lunev[NETNS]: Process INET socket layer in the correct names...
2008-03-24 Denis V. Lunev[NETNS]: Add namespace parameter to ip_cmsg_send.
2008-03-24 Pavel Emelyanov[NETNS][UDP]: Register /proc/net/udp in a namespace.
2008-03-22 Pavel Emelyanov[UDP]: Make full use of proto.h.udp_hash innovation.
2008-03-21 Pavel Emelyanov[NET]: NULL pointer dereference and other nasty things...
2008-03-21 Daniel Lezcano[NETNS][IPV6] udp6 - make proc per namespace
2008-03-21 Daniel Lezcano[NETNS][IPV6] udp - make proc handle the network namespace
2008-03-07 David S. Miller[UDP]: Revert udplite and code split.
2008-03-04 YOSHIFUJI Hideaki[IPV4] UDP: Move IPv4-specific bits to other file.
2008-03-04 YOSHIFUJI Hideaki[UDP]: Allow users to configure UDP-Lite.
2008-02-01 Pavel Emelyanov[NETNS]: Udp sockets per-net lookup.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_flow.
2008-01-28 YOSHIFUJI Hideaki[IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite...
2008-01-28 Eric Dumazet[NET]: prot_inuse cleanups and optimizations
2008-01-28 Eric Dumazet[NET]: Add some acquires/releases sparse annotations.
2008-01-28 Hideo Aoki[UDP]: Add memory accounting.
2008-01-28 Joe Perches[IPV4] net/ipv4: Use ipv4_is_<type>
2008-01-28 Herbert Xu[UDP]: Move udp_stats_in6 into net/ipv4/udp.c
2008-01-28 Herbert Xu[UDP]: Only increment counter on first peek/recv
2008-01-28 Herbert Xu[UDP]: Restore missing inDatagrams increments
2008-01-28 Herbert Xu[UDP]: Avoid repeated counting of checksum errors due...
2008-01-28 Wang Chen[UDP]: Counter increment should be in USER mode for...
2008-01-28 Wang Chen[UDP]: Clean up for IS_UDPLITE macro
2008-01-28 Wang Chen[UDP]: Defer InDataGrams increment until recvmsg()...
2007-11-07 Eric Dumazet[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
2007-10-26 Vlad Yasevich[UDP]: Make use of inet_iif() when doing socket lookups.
2007-10-19 Anton Arapov[INET]: Justification for local port range robustness.
2007-10-11 Stephen Hemminger[INET]: local port range robustness
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 Stephen Hemminger[UDP]: Randomize port selection.
2007-09-15 YOSHIFUJI Hideaki[IPV4]: Just increment OutDatagrams once per a datagram.
2007-07-11 Patrick McHardy[UDP]: Fix length check.
2007-07-11 James Chapman[UDP]: Cleanup UDP encapsulation code
2007-07-11 James Chapman[UDP]: Introduce UDP encapsulation type for L2TP
next