aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches1-18/+18
2009-11-10udp: bind() optimisationEric Dumazet1-8/+65
2009-11-08udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet1-1/+11
2009-11-08ipv4: udp: Optimise multicast receptionEric Dumazet1-26/+50
2009-11-08ipv4: udp: optimize unicast RX pathEric Dumazet1-3/+112
2009-11-08udp: secondary hash on (local port, local address)Eric Dumazet1-5/+26
2009-11-08udp: split sk_hash into two u16 hashesEric Dumazet1-6/+19
2009-11-08udp: add a counter into udp_hslotEric Dumazet1-0/+3
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+1
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet1-3/+1
2009-10-18net: sk_drops consolidation part 2Eric Dumazet1-0/+2
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-25/+26
2009-10-14net: sk_drops consolidationEric Dumazet1-11/+8
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-30/+43
2009-10-13udp: Fix udp_poll() and ioctl()Eric Dumazet1-30/+43
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-10-07udp: dynamically size hash tables at boot timeEric Dumazet1-25/+66
2009-10-01net: Use sk_mark for routing lookup in more placesAtis Elsts1-0/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-3/+3
2009-09-02ip: Report qdisc packet dropsEric Dumazet1-3/+9
2009-07-17udp: cleanupsEric Dumazet1-44/+43
2009-07-12udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.Sridhar Samudrala1-0/+61
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-3/+4
2009-06-03net: skb->dst accessorsEric Dumazet1-2/+2
2009-04-11ipv6: Fix NULL pointer dereference with time-wait socketsVlad Yasevich1-2/+1
2009-03-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+5
2009-03-24ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich1-1/+2
2009-03-23udp: Wrong locking code in udp seq_file infrastructureVitaly Mayatskikh1-1/+5
2009-03-13Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbsNeil Horman1-1/+1
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly1-0/+4
2009-02-06udp: Fix potential wrong ip_hdr(skb) pointersJesper Dangaard Brouer1-2/+4
2009-02-05udp: Fix UDP short packet false positiveJesper Dangaard Brouer1-1/+2
2009-02-02udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet1-1/+3
2009-01-26udp: optimize bind(0) if many ports are in useEric Dumazet1-16/+39
2008-11-25net: udp_unhash() can test if sk is hashedEric Dumazet1-8/+10
2008-11-24net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet1-1/+1
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-11-20TPROXY: fill struct flowi->flags in udp_sendmsg()Balazs Scheidler1-0/+1
2008-11-16udp: Use hlist_nulls in UDP RCU codeEric Dumazet1-25/+22
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+7
2008-11-01udp: multicast packets need to check namespaceEric Dumazet1-5/+7
2008-11-01udp: add a missing smp_wmb() in udp_lib_get_port()Eric Dumazet1-0/+5
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison1-6/+6
2008-10-30udp: Should use spin_lock_bh()/spin_unlock_bh() in udp_lib_unhash()Eric Dumazet1-2/+2
2008-10-29udp: introduce sk_for_each_rcu_safenext()Eric Dumazet1-2/+2
2008-10-29udp: udp_get_next() should use spin_unlock_bh()Eric Dumazet1-1/+1
2008-10-29udp: calculate udp_mem based on low memory instead of all memoryEric Dumazet1-3/+6
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet1-9/+26
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet1-84/+123
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1