summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
...
* | [UDP]: Replace struct net on udp_iter_state with seq_net_private.Denis V. Lunev2008-03-291-4/+4
* | [SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov2008-03-291-3/+0Star
* | [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-5/+5
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-8/+8
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-2/+2
* | [NETNS]: Process INET socket layer in the correct namespace.Denis V. Lunev2008-03-241-2/+2
* | [NETNS]: Add namespace parameter to ip_cmsg_send.Denis V. Lunev2008-03-241-1/+1
* | [NETNS][UDP]: Register /proc/net/udp in a namespace.Pavel Emelyanov2008-03-241-2/+17
* | [UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov2008-03-231-14/+8Star
* | [NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6]Pavel Emelyanov2008-03-211-1/+1
* | [NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano2008-03-211-6/+6
* | [NETNS][IPV6] udp - make proc handle the network namespaceDaniel Lezcano2008-03-211-4/+28
* | [UDP]: Revert udplite and code split.David S. Miller2008-03-071-4/+1086
* | [IPV4] UDP: Move IPv4-specific bits to other file.YOSHIFUJI Hideaki2008-03-041-1086/+0Star
* | [UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki2008-03-041-10/+14
|/
* [NETNS]: Udp sockets per-net lookup.Pavel Emelyanov2008-02-011-11/+14
* [NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev2008-01-291-1/+1
* [IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite}_err() are of void.YOSHIFUJI Hideaki2008-01-291-1/+1
* [NET]: prot_inuse cleanups and optimizationsEric Dumazet2008-01-291-1/+1
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-291-0/+2
* [UDP]: Add memory accounting.Hideo Aoki2008-01-291-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/+2Star
* [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/+3Star
* [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-261-1/+1
* [INET]: Justification for local port range robustness.Anton Arapov2007-10-191-2/+3
* [INET]: local port range robustnessStephen Hemminger2007-10-111-3/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-2/+3
* [UDP]: Randomize port selection.Stephen Hemminger2007-10-111-39/+45
* [IPV4]: Just increment OutDatagrams once per a datagram.YOSHIFUJI Hideaki2007-09-151-3/+3
* [UDP]: Fix length check.Patrick McHardy2007-07-111-7/+2Star
* [UDP]: Cleanup UDP encapsulation codeJames Chapman2007-07-111-132/+24Star
* [UDP]: Introduce UDP encapsulation type for L2TPJames Chapman2007-07-111-4/+23
* [UDP]: Revert 2-pass hashing changes.David S. Miller2007-06-071-173/+68Star
* [IPV4]: Fix "ipOutNoRoutes" counter error for TCP and UDPWei Dong2007-06-041-1/+4
* [UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller2007-05-111-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-261-2/+2
* [NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu2007-04-261-0/+1
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo2007-04-261-6/+6