Commit Graph

112 Commits (6673e0c3fbeaed2cd08e2fd4a4aa97382d6fedb0)

Author SHA1 Message Date
Yang Hongyang 9f690db7ff ipv6: fix the outgoing interface selection order in udpv6_sendmsg() 16 years ago
Alexey Dobriyan 52479b623d netns xfrm: lookup in netns 16 years ago
Eric Dumazet 88ab1932ea udp: Use hlist_nulls in UDP RCU code 16 years ago
Wei Yongjun 0856f93958 udp: Fix the SNMP counter of UDP_MIB_INERRORS 17 years ago
Wei Yongjun f26ba17511 udp: Fix the SNMP counter of UDP_MIB_INDATAGRAMS 17 years ago
Eric Dumazet 920a46115c udp: multicast packets need to check namespace 17 years ago
Eric Dumazet 96631ed16c udp: introduce sk_for_each_rcu_safenext() 17 years ago
Eric Dumazet 271b72c7fa udp: RCU handling for Unicast packets. 17 years ago
Eric Dumazet 645ca708f9 udp: introduce struct udp_table and multiple spinlocks 17 years ago
KOVACS Krisztian 23542618de inet: Don't lookup the socket if there's a socket attached to the skb 17 years ago
KOVACS Krisztian 607c4aaf03 inet: Add udplib_lookup_skb() helpers 17 years ago
Herbert Xu d97106ea52 udp: Drop socket lock for encapsulated packets 17 years ago
Pavel Emelyanov ef28d1a20f MIB: add struct net to UDP6_INC_STATS_BH 17 years ago
Pavel Emelyanov 235b9f7ac5 MIB: add struct net to UDP6_INC_STATS_USER 17 years ago
Eric Dumazet cb61cb9b8b udp: sk_drops handling 17 years ago
Pavel Emelyanov 19c7578fb2 udp: add struct net argument to udp_hashfn 17 years ago
Pavel Emelyanov e31634931d udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver 17 years ago
Pavel Emelyanov d6266281f8 udp: introduce a udp_hashfn function 17 years ago
Brian Haley 7d06b2e053 net: change proto destroy method to return void 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Denis V. Lunev 36d926b94a [IPV6]: inet_sk(sk)->cork.opt leak 17 years ago
YOSHIFUJI Hideaki 91e1908f56 [IPV6] NETNS: Handle ancillary data in appropriate namespace. 17 years ago
YOSHIFUJI Hideaki a3c960899e [IPV6] UDP: Possible dst leak in udpv6_sendmsg. 17 years ago
Brian Haley 876c7f4196 [IPv6]: Change IPv6 unspecified destination address to ::1 for raw and un-connected sockets 17 years ago
Denis V. Lunev 4ad96d39a2 [UDP]: Remove owner from udp_seq_afinfo. 17 years ago
Denis V. Lunev 3ba9441bdf [UDP]: Place file operations directly into udp_seq_afinfo. 17 years ago
Denis V. Lunev dda61925f8 [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo. 17 years ago
Pavel Emelyanov bdcde3d71a [SOCK]: Drop inuse pcounter from struct proto (v2). 17 years ago
YOSHIFUJI Hideaki 878628fbf2 [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 6b75d09081 [IPV6]: Optimize hop-limit determination. 17 years ago
Pavel Emelyanov 6ba5a3c52d [UDP]: Make full use of proto.h.udp_hash innovation. 17 years ago
Daniel Lezcano 0c96d8c50b [NETNS][IPV6] udp6 - make proc per namespace 17 years ago
Daniel Lezcano b8ad0cbc58 [NETNS][IPV6] mcast - handle several network namespace 17 years ago
David S. Miller db8dac20d5 [UDP]: Revert udplite and code split. 17 years ago
YOSHIFUJI Hideaki db1ed684f6 [IPV6] UDP: Rename IPv6 UDP files. 17 years ago
YOSHIFUJI Hideaki e898d4db27 [UDP]: Allow users to configure UDP-Lite. 17 years ago
Pavel Emelyanov fa4d3c6210 [NETNS]: Udp sockets per-net lookup. 17 years ago
YOSHIFUJI Hideaki 77d0d350e9 [IPV6] UDP,UDPLITE: Sparse: {__udp6_lib,udp,udplite}_err() are of void. 17 years ago
Hideo Aoki 95766fff6b [UDP]: Add memory accounting. 17 years ago
Herbert Xu 9055e051b8 [UDP]: Move udp_stats_in6 into net/ipv4/udp.c 17 years ago
Daniel Lezcano 09f7709f49 [IPV6]: fix section mismatch warnings 17 years ago
Herbert Xu bb72845e69 [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT 17 years ago
Daniel Lezcano 7f4e4868f3 [IPV6]: make the protocol initialization to return an error code 17 years ago
Herbert Xu a59322be07 [UDP]: Only increment counter on first peek/recv 17 years ago
Herbert Xu 1781f7f580 [UDP]: Restore missing inDatagrams increments 17 years ago
Herbert Xu 27ab256864 [UDP]: Avoid repeated counting of checksum errors due to peeking 17 years ago
Wang Chen b2bf1e2659 [UDP]: Clean up for IS_UDPLITE macro 17 years ago
Wang Chen cb75994ec3 [UDP]: Defer InDataGrams increment until recvmsg() does checksum 17 years ago