aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
AgeCommit message (Expand)Author
2009-04-11ipv6: Fix NULL pointer dereference with time-wait socketsVlad Yasevich
2009-03-24ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich
2008-12-16ipv6: fix the outgoing interface selection order in udpv6_sendmsg()Yang Hongyang
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan
2008-11-16udp: Use hlist_nulls in UDP RCU codeEric Dumazet
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-02udp: Fix the SNMP counter of UDP_MIB_INERRORSWei Yongjun
2008-11-02udp: Fix the SNMP counter of UDP_MIB_INDATAGRAMSWei Yongjun
2008-11-01udp: multicast packets need to check namespaceEric Dumazet
2008-10-29udp: introduce sk_for_each_rcu_safenext()Eric Dumazet
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet
2008-10-07inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian
2008-10-07inet: Add udplib_lookup_skb() helpersKOVACS Krisztian
2008-08-09udp: Drop socket lock for encapsulated packetsHerbert Xu
2008-07-05MIB: add struct net to UDP6_INC_STATS_BHPavel Emelyanov
2008-07-05MIB: add struct net to UDP6_INC_STATS_USERPavel Emelyanov
2008-06-17udp: sk_drops handlingEric Dumazet
2008-06-16udp: add struct net argument to udp_hashfnPavel Emelyanov
2008-06-16udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov
2008-06-16udp: introduce a udp_hashfn functionPavel Emelyanov
2008-06-14net: change proto destroy method to return voidBrian Haley
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-06-05[IPV6]: inet_sk(sk)->cork.opt leakDenis V. Lunev
2008-06-05[IPV6] NETNS: Handle ancillary data in appropriate namespace.YOSHIFUJI Hideaki
2008-06-05[IPV6] UDP: Possible dst leak in udpv6_sendmsg.YOSHIFUJI Hideaki
2008-04-12[IPv6]: Change IPv6 unspecified destination address to ::1 for raw and un-con...Brian Haley
2008-03-28[UDP]: Remove owner from udp_seq_afinfo.Denis V. Lunev
2008-03-28[UDP]: Place file operations directly into udp_seq_afinfo.Denis V. Lunev
2008-03-28[UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.Denis V. Lunev
2008-03-28[SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov
2008-03-26[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-25[IPV6]: Optimize hop-limit determination.YOSHIFUJI Hideaki
2008-03-22[UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov
2008-03-21[NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano
2008-03-07[NETNS][IPV6] mcast - handle several network namespaceDaniel Lezcano
2008-03-06[UDP]: Revert udplite and code split.David S. Miller
2008-03-04[IPV6] UDP: Rename IPv6 UDP files.YOSHIFUJI Hideaki
2008-03-04[UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki
2008-01-31[NETNS]: Udp sockets per-net lookup.Pavel Emelyanov
2008-01-28[IPV6] UDP,UDPLITE: Sparse: {__udp6_lib,udp,udplite}_err() are of void.YOSHIFUJI Hideaki
2008-01-28[UDP]: Add memory accounting.Hideo Aoki
2008-01-28[UDP]: Move udp_stats_in6 into net/ipv4/udp.cHerbert Xu
2008-01-28[IPV6]: fix section mismatch warningsDaniel Lezcano
2008-01-28[IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAITHerbert Xu
2008-01-28[IPV6]: make the protocol initialization to return an error codeDaniel Lezcano
2008-01-28[UDP]: Only increment counter on first peek/recvHerbert Xu
2008-01-28[UDP]: Restore missing inDatagrams incrementsHerbert Xu