summaryrefslogtreecommitdiff
path: root/include/linux/udp.h
AgeCommit message (Expand)Author
2009-11-10udp: bind() optimisationEric Dumazet
2009-11-08udp: secondary hash on (local port, local address)Eric Dumazet
2009-11-08udp: split sk_hash into two u16 hashesEric Dumazet
2009-10-07udp: dynamically size hash tables at boot timeEric Dumazet
2008-06-16netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov
2008-06-16udp: add struct net argument to udp_hashfnPavel Emelyanov
2008-06-16udp: introduce a udp_hashfn functionPavel Emelyanov
2008-03-23[NET]: include/linux/udp.h - remove duplicate includeJoe Perches
2008-03-06[UDP]: Revert udplite and code split.David S. Miller
2008-03-04[UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki
2007-07-10[UDP]: Introduce UDP encapsulation type for L2TPJames Chapman
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo
2006-12-02[NET]: Annotate checksums in on-the-wire packets.Al Viro
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker
2006-09-28[IPV4]: UDP header annotationsAl Viro
2006-06-30typo fixes: infomation -> informationAdrian Bunk
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo
2005-01-10[UDP] merge udp_sock with udp_optArnaldo Carvalho de Melo
2004-12-27[INET] move inet_sock into inet_opt and rename it to inet_sockArnaldo Carvalho de Melo
2004-04-09[IPSEC]: Support draft-ietf-ipsec-udp-encaps-00/01, some ipec impls need it.Andreas Gruenbacher
2003-12-31[NET]: Do type checking in {udp,inet6,raw6,inet}_sk().Ingo Molnar
2003-10-26[IPV4,6]: Use common storage for cork'd flow, needed to handle mapped-ipv4 ip...Hideaki Yoshifuji
2003-06-05[NET]: Missing __KERNEL__ ifdefs in linux/{tcp,udp}.hDavid S. Miller
2003-04-15[IPV6]: Add MLDv2 support.David Stevens
2003-04-02[IPSEC]: Implement UDP Encapsulation framework.Derek Atkins
2002-11-14o ipv4: convert /proc/net/raw to seq_fileArnaldo Carvalho de Melo
2002-10-20o ipv4: move /proc/net/arp seq_file support back to arp.cArnaldo Carvalho de Melo
2002-10-15[NET]: Prepare for zerocopy NFS and IPSEC.Alexey Kuznetsov
2002-02-04Import changesetLinus Torvalds