summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* [NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev2008-01-281-1/+1
* [IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite}_err() are of void.YOSHIFUJI Hideaki2008-01-281-1/+1
* [NET]: prot_inuse cleanups and optimizationsEric Dumazet2008-01-281-1/+1
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-281-0/+2
* [UDP]: Add memory accounting.Hideo Aoki2008-01-281-2/+55
* [IPV4] net/ipv4: Use ipv4_is_<type>Joe Perches2008-01-281-1/+1
* [UDP]: Move udp_stats_in6 into net/ipv4/udp.cHerbert Xu2008-01-281-0/+3
* [UDP]: Only increment counter on first peek/recvHerbert Xu2008-01-281-2/+5
* [UDP]: Restore missing inDatagrams incrementsHerbert Xu2008-01-281-1/+5
* [UDP]: Avoid repeated counting of checksum errors due to peekingHerbert Xu2008-01-281-3/+2
* [UDP]: Counter increment should be in USER mode for recvmsgWang Chen2008-01-281-1/+1
* [UDP]: Clean up for IS_UDPLITE macroWang Chen2008-01-281-8/+11
* [UDP]: Defer InDataGrams increment until recvmsg() does checksumWang Chen2008-01-281-4/+3
* [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
OpenPOWER on IntegriCloud