summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet2007-11-071-0/+3
* [UDP]: Make use of inet_iif() when doing socket lookups.Vlad Yasevich2007-10-251-1/+1
* [INET]: Justification for local port range robustness.Anton Arapov2007-10-181-2/+3
* [INET]: local port range robustnessStephen Hemminger2007-10-101-3/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [UDP]: Randomize port selection.Stephen Hemminger2007-10-101-39/+45
* [IPV4]: Just increment OutDatagrams once per a datagram.YOSHIFUJI Hideaki2007-09-141-3/+3
* [UDP]: Fix length check.Patrick McHardy2007-07-101-7/+2
* [UDP]: Cleanup UDP encapsulation codeJames Chapman2007-07-101-132/+24
* [UDP]: Introduce UDP encapsulation type for L2TPJames Chapman2007-07-101-4/+23
* [UDP]: Revert 2-pass hashing changes.David S. Miller2007-06-071-173/+68
* [IPV4]: Fix "ipOutNoRoutes" counter error for TCP and UDPWei Dong2007-06-031-1/+4
* [UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller2007-05-101-31/+54
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* [UDP]: Do not allow specific bind when wildcard bind exists.David S. Miller2007-04-301-8/+33
* [IPV4] UDP: Fix endianness bugs in hashing changes.David S. Miller2007-04-301-18/+18
* [PATCH] INET : IPV4 UDP lookups converted to a 2 pass algoEric Dumazet2007-04-301-57/+114
* [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-251-2/+2
* [NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu2007-04-251-0/+1
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo2007-04-251-6/+6
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-8/+9
* [UDP]: Use __skb_pull since we have checked it won't fail with pskb_may_pullArnaldo Carvalho de Melo2007-04-251-1/+1
* [UDP]: deinlineStephen Hemminger2007-04-251-4/+4
* [UDP]: ipv4 whitespace cleanupStephen Hemminger2007-04-251-47/+48
* [UDP]: Clean up UDP-Lite receive checksumHerbert Xu2007-04-251-47/+49
* [UDP]: Reread uh pointer after pskb_trimHerbert Xu2007-03-071-0/+1
* [UDP]: UDP can use sk_hash to speedup lookupsEric Dumazet2007-02-101-4/+5
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-50/+50
* [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller2007-02-081-1/+1
* [UDP]: Fix reversed logic in udp_get_port().David S. Miller2006-12-221-5/+8
* [UDP(-Lite)]: consolidate v4 and v6 get|setsockopt codeGerrit Renker2006-12-021-12/+18
* [NET]: Split skb->csumAl Viro2006-12-021-1/+1
* [NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro2006-12-021-2/+2
* [NET/IPv4]: Make udp_push_pending_frames staticGerrit Renker2006-12-021-1/+1
* [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Al Viro2006-12-021-2/+2
* [NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro2006-12-021-1/+2
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-021-218/+300
* [UDP]: Make udp_encap_rcv use pskb_may_pullOlaf Kirch2006-11-251-5/+14
* [UDP]: Fix MSG_PROBE crashHerbert Xu2006-10-041-0/+2
* [UDP] net/ipv4/udp.c: trivial annotationsAl Viro2006-09-281-15/+15
* [IPV4]: struct ip_options annotationsAl Viro2006-09-281-1/+1
* [UDP]: saddr_cmp function should take const socket pointersDavid S. Miller2006-09-221-2/+2
* [UDP]: Mark udp_port_rover static.David S. Miller2006-09-221-2/+1
* [UDP]: Unify UDPv4 and UDPv6 ->get_port()Gerrit Renker2006-09-221-36/+60
* [IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBsMartin Bligh2006-09-221-1/+15
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-3/+3
* [MLSXFRM]: Add flow labelingVenkat Yekkirala2006-09-221-0/+1