summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* [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-031-12/+18
* [NET]: Split skb->csumAl Viro2006-12-031-1/+1
* [NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro2006-12-031-2/+2
* [NET/IPv4]: Make udp_push_pending_frames staticGerrit Renker2006-12-031-1/+1
* [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Al Viro2006-12-031-2/+2
* [NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro2006-12-031-1/+2
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-031-218/+300
* [UDP]: Make udp_encap_rcv use pskb_may_pullOlaf Kirch2006-11-261-5/+14
* [UDP]: Fix MSG_PROBE crashHerbert Xu2006-10-041-0/+2
* [UDP] net/ipv4/udp.c: trivial annotationsAl Viro2006-09-291-15/+15
* [IPV4]: struct ip_options annotationsAl Viro2006-09-291-1/+1
* [UDP]: saddr_cmp function should take const socket pointersDavid S. Miller2006-09-231-2/+2
* [UDP]: Mark udp_port_rover static.David S. Miller2006-09-231-2/+1Star
* [UDP]: Unify UDPv4 and UDPv6 ->get_port()Gerrit Renker2006-09-231-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
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo2006-03-211-25/+23Star
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-211-8/+43
* [NETFILTER]: Keep conntrack reference until IPsec policy checks are donePatrick McHardy2006-01-071-0/+2
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1
* [UDP]: udp_checksum_init return valueStephen Hemminger2006-01-031-4/+2Star
* [IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu2006-01-031-14/+1Star
* [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-101-5/+2Star
* [IPV4] udp: trim forgets about CHECKSUM_HWStephen Hemminger2005-09-081-1/+1
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-301-1/+1
* [NET]: Make NETDEBUG pure printk wrappersPatrick McHardy2005-08-301-16/+16
* [TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2005-08-301-1/+2
* [IPV4]: Debug cleanupHeikki Orsila2005-08-081-18/+16Star
* [IPV4]: Fix BUG() in 2.6.x, udp_poll(), fragments + CONFIG_HIGHMEMHerbert Xu2005-05-311-6/+6
* [PATCH] update Ross Biro bouncing email addressJesper Juhl2005-05-061-1/+1
* [IPSEC]: COW skb header in UDP decapHerbert Xu2005-04-201-0/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1575