kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX...
[safe/jmp/linux-2.6] / net / ipv4 / udp.c
2010-05-25 Alexey Dobriyankernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MI...
2010-05-16 Amerigo Wangnet: reserve ports for applications using fixed port...
2010-05-12 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-05-07 Bjørn Morkipv4: udp: fix short packet and bad checksum logging
2010-04-28 Eric Dumazetnet: ip_queue_rcv_skb() helper
2010-04-28 Eric Dumazetnet: speedup udp receive path
2010-04-27 Eric Dumazetnet: sk_add_backlog() take rmem_alloc into account
2010-04-27 David S. Millernet: Make RFS socket operations not be inet specific.
2010-04-21 Eric Dumazetnet: Fix various endianness glitches
2010-04-16 Tom Herbertrfs: Receive Flow Steering
2010-04-11 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-04-08 Jorge Boncompte... udp: fix for unicast RX path optimization
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-05 Zhu Yinet: backlog functions rename
2010-03-05 Zhu Yiudp: use limited socket backlog
2010-02-13 Gerrit Renkerudp: remove redundant variable
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2009-12-14 Eric Dumazetudp: udp_lib_get_port() fix
2009-11-23 Joe Perchesnet/ipv4: Move && and || to end of previous line
2009-11-11 Eric Dumazetudp: bind() optimisation
2009-11-09 Eric Dumazetudp: multicast RX should increment SNMP/sk_drops counte...
2009-11-09 Eric Dumazetipv4: udp: Optimise multicast reception
2009-11-09 Eric Dumazetipv4: udp: optimize unicast RX path
2009-11-09 Eric Dumazetudp: secondary hash on (local port, local address)
2009-11-09 Eric Dumazetudp: split sk_hash into two u16 hashes
2009-11-09 Eric Dumazetudp: add a counter into udp_hslot
2009-11-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-30 Eric Dumazetnet: fix sk_forward_alloc corruption
2009-10-19 Eric Dumazetnet: sk_drops consolidation part 2
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-15 Eric Dumazetnet: sk_drops consolidation
2009-10-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-13 Eric Dumazetudp: Fix udp_poll() and ioctl()
2009-10-12 Neil Hormannet: Generalize socket rx gap / receive queue overflow...
2009-10-08 Eric Dumazetudp: dynamically size hash tables at boot time
2009-10-01 Atis Elstsnet: Use sk_mark for routing lookup in more places
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-03 Eric Dumazetip: Report qdisc packet drops
2009-07-17 Eric Dumazetudp: cleanups
2009-07-12 Sridhar Samudralaudpv4: Handle large incoming UDP/IPv4 packets and suppo...
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
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.
next