summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* netns: make udpv6 mib per/namespaceDenis V. Lunev2008-10-071-3/+0
* inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian2008-10-071-3/+7
* inet: Add udplib_lookup_skb() helpersKOVACS Krisztian2008-10-071-2/+12
* udp: Export UDP socket lookup functionKOVACS Krisztian2008-10-011-0/+7
* udp: Fix rcv socket lockingHerbert Xu2008-09-151-29/+33
* udp: Drop socket lock for encapsulated packetsHerbert Xu2008-08-091-2/+4
* udplite: Protection against coverage value wrap-aroundGerrit Renker2008-07-211-0/+4
* mib: put udp statistics on struct netPavel Emelyanov2008-07-181-3/+0
* mib: add net to IP_INC_STATS_BHPavel Emelyanov2008-07-161-1/+1
* ipv4: prepare net initialization for IP accountingPavel Emelyanov2008-07-161-1/+3
* mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov2008-07-141-1/+1
* inet: toss struct net initialization aroundPavel Emelyanov2008-07-141-1/+2
* MIB: add struct net to UDP_INC_STATS_BHPavel Emelyanov2008-07-051-8/+10
* MIB: add struct net to UDP_INC_STATS_USERPavel Emelyanov2008-07-051-4/+7
* udp: sk_drops handlingEric Dumazet2008-06-171-4/+7
* udp: add struct net argument to udp_hashfnPavel Emelyanov2008-06-161-6/+6
* udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov2008-06-161-3/+6
* udp: introduce a udp_hashfn functionPavel Emelyanov2008-06-161-6/+6
* net: change proto destroy method to return voidBrian Haley2008-06-141-2/+1
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* [IPV6]: inet_sk(sk)->cork.opt leakDenis V. Lunev2008-06-051-1/+2
* ipv4: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-4/+3
* [NET]: Fix heavy stack usage in seq_file output routines.Pavel Emelyanov2008-04-241-7/+8
* [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki2008-04-141-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-2/+2
|\
| * [IP] UDP: Use SEQ_START_TOKEN.YOSHIFUJI Hideaki2008-03-311-2/+2
* | [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov2008-03-311-1/+1
* | [UDP]: Remove owner from udp_seq_afinfo.Denis V. Lunev2008-03-281-2/+3
* | [UDP]: Place file operations directly into udp_seq_afinfo.Denis V. Lunev2008-03-281-9/+6
* | [UDP]: Cleanup /proc/udp[6] creation/removal.Denis V. Lunev2008-03-281-37/+9
* | [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.Denis V. Lunev2008-03-281-6/+8
* | [UDP]: No need to check afinfo != NULL in udp_proc_(un)register.Denis V. Lunev2008-03-281-4/+0
* | [UDP]: Replace struct net on udp_iter_state with seq_net_private.Denis V. Lunev2008-03-281-4/+4
* | [SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov2008-03-281-3/+0
* | [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-5/+5
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-8/+8
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-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-221-14/+8
* | [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-061-4/+1086
* | [IPV4] UDP: Move IPv4-specific bits to other file.YOSHIFUJI Hideaki2008-03-041-1086/+0
* | [UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki2008-03-041-10/+14
|/
* [NETNS]: Udp sockets per-net lookup.Pavel Emelyanov2008-01-311-11/+14
* [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
OpenPOWER on IntegriCloud