Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
19c7578fb22b0aef103222cae9b522f03ae489d6
/
net
/
ipv4
/
udp.c
19c7578
udp: add struct net argument to udp_hashfn
by Pavel Emelyanov
· 16 years ago
e316349
udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver
by Pavel Emelyanov
· 16 years ago
d626628
udp: introduce a udp_hashfn function
by Pavel Emelyanov
· 16 years ago
7d06b2e
net: change proto destroy method to return void
by Brian Haley
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
36d926b
[IPV6]: inet_sk(sk)->cork.opt leak
by Denis V. Lunev
· 16 years ago
84841c3
ipv4: assign PDE->data before gluing PDE into /proc tree
by Denis V. Lunev
· 17 years ago
5e659e4
[NET]: Fix heavy stack usage in seq_file output routines.
by Pavel Emelyanov
· 17 years ago
a7d632b
[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
by YOSHIFUJI Hideaki
· 17 years ago
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
c29a0bc
[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.
by Pavel Emelyanov
· 17 years ago
b50660f
[IP] UDP: Use SEQ_START_TOKEN.
by YOSHIFUJI Hideaki
· 17 years ago
4ad96d3
[UDP]: Remove owner from udp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
3ba9441
[UDP]: Place file operations directly into udp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
a2be75c
[UDP]: Cleanup /proc/udp[6] creation/removal.
by Denis V. Lunev
· 17 years ago
dda6192
[UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
997feb5
[UDP]: No need to check afinfo != NULL in udp_proc_(un)register.
by Denis V. Lunev
· 17 years ago
6f191ef
[UDP]: Replace struct net on udp_iter_state with seq_net_private.
by Denis V. Lunev
· 17 years ago
bdcde3d
[SOCK]: Drop inuse pcounter from struct proto (v2).
by Pavel Emelyanov
· 17 years ago
878628f
[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
05cf89d
[NETNS]: Process INET socket layer in the correct namespace.
by Denis V. Lunev
· 17 years ago
7a6adb9
[NETNS]: Add namespace parameter to ip_cmsg_send.
by Denis V. Lunev
· 17 years ago
15439fe
[NETNS][UDP]: Register /proc/net/udp in a namespace.
by Pavel Emelyanov
· 17 years ago
6ba5a3c
[UDP]: Make full use of proto.h.udp_hash innovation.
by Pavel Emelyanov
· 17 years ago
28518fc
[NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6]
by Pavel Emelyanov
· 17 years ago
0c96d8c
[NETNS][IPV6] udp6 - make proc per namespace
by Daniel Lezcano
· 17 years ago
a91275e
[NETNS][IPV6] udp - make proc handle the network namespace
by Daniel Lezcano
· 17 years ago
db8dac2
[UDP]: Revert udplite and code split.
by David S. Miller
· 17 years ago
8be8af8
[IPV4] UDP: Move IPv4-specific bits to other file.
by YOSHIFUJI Hideaki
· 17 years ago
e898d4d
[UDP]: Allow users to configure UDP-Lite.
by YOSHIFUJI Hideaki
· 17 years ago
fa4d3c6
[NETNS]: Udp sockets per-net lookup.
by Pavel Emelyanov
· 17 years ago
f1b050b
[NETNS]: Add namespace parameter to ip_route_output_flow.
by Denis V. Lunev
· 17 years ago
fc80be8
[IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite}_err() are of void.
by YOSHIFUJI Hideaki
· 17 years ago
65f7651
[NET]: prot_inuse cleanups and optimizations
by Eric Dumazet
· 17 years ago
9a429c4
[NET]: Add some acquires/releases sparse annotations.
by Eric Dumazet
· 17 years ago
95766ff
[UDP]: Add memory accounting.
by Hideo Aoki
· 17 years ago
f97c1e0
[IPV4] net/ipv4: Use ipv4_is_<type>
by Joe Perches
· 17 years ago
9055e05
[UDP]: Move udp_stats_in6 into net/ipv4/udp.c
by Herbert Xu
· 17 years ago
a59322b
[UDP]: Only increment counter on first peek/recv
by Herbert Xu
· 17 years ago
1781f7f
[UDP]: Restore missing inDatagrams increments
by Herbert Xu
· 17 years ago
27ab256
[UDP]: Avoid repeated counting of checksum errors due to peeking
by Herbert Xu
· 17 years ago
bbca176
[UDP]: Counter increment should be in USER mode for recvmsg
by Wang Chen
· 17 years ago
b2bf1e2
[UDP]: Clean up for IS_UDPLITE macro
by Wang Chen
· 17 years ago
cb75994
[UDP]: Defer InDataGrams increment until recvmsg() does checksum
by Wang Chen
· 17 years ago
47a31a6
[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
by Eric Dumazet
· 17 years ago
fee9dee
[UDP]: Make use of inet_iif() when doing socket lookups.
by Vlad Yasevich
· 17 years ago
a25de53
[INET]: Justification for local port range robustness.
by Anton Arapov
· 17 years ago
227b60f
[INET]: local port range robustness
by Stephen Hemminger
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
32c1da7
[UDP]: Randomize port selection.
by Stephen Hemminger
· 17 years ago
2a0c6c9
[IPV4]: Just increment OutDatagrams once per a datagram.
by YOSHIFUJI Hideaki
· 17 years ago
3be550f
[UDP]: Fix length check.
by Patrick McHardy
· 17 years ago
067b207
[UDP]: Cleanup UDP encapsulation code
by James Chapman
· 17 years ago
342f023
[UDP]: Introduce UDP encapsulation type for L2TP
by James Chapman
· 17 years ago
df2bc45
[UDP]: Revert 2-pass hashing changes.
by David S. Miller
· 17 years ago
584bdf8
[IPV4]: Fix "ipOutNoRoutes" counter error for TCP and UDP
by Wei Dong
· 17 years ago
fc03841
[UDP]: Fix AF-specific references in AF-agnostic code.
by David S. Miller
· 18 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 18 years ago
de34ed9
[UDP]: Do not allow specific bind when wildcard bind exists.
by David S. Miller
· 18 years ago
b7b5f48
[IPV4] UDP: Fix endianness bugs in hashing changes.
by David S. Miller
· 18 years ago
6aaf47f
[PATCH] INET : IPV4 UDP lookups converted to a 2 pass algo
by Eric Dumazet
· 18 years ago
6047637
[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
by Herbert Xu
· 18 years ago
663ead3
[NET]: Use csum_start offset instead of skb_transport_header
by Herbert Xu
· 18 years ago
88c7664
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
by Arnaldo Carvalho de Melo
· 18 years ago
4bedb45
[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh
by Arnaldo Carvalho de Melo
· 18 years ago
ea2ae17
[SK_BUFF]: Introduce skb_transport_offset()
by Arnaldo Carvalho de Melo
· 18 years ago
badff6d
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
c7a3c5d
[UDP]: Use __skb_pull since we have checked it won't fail with pskb_may_pull
by Arnaldo Carvalho de Melo
· 18 years ago
3fbe070
[UDP]: deinline
by Stephen Hemminger
· 18 years ago
6516c65
[UDP]: ipv4 whitespace cleanup
by Stephen Hemminger
· 18 years ago
759e5d0
[UDP]: Clean up UDP-Lite receive checksum
by Herbert Xu
· 18 years ago
d644329
[UDP]: Reread uh pointer after pskb_trim
by Herbert Xu
· 18 years ago
95f30b3
[UDP]: UDP can use sk_hash to speedup lookups
by Eric Dumazet
· 18 years ago
e905a9e
[NET] IPV4: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
8eb9086
[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.
by David S. Miller
· 18 years ago
5c66870
[UDP]: Fix reversed logic in udp_get_port().
by David S. Miller
· 18 years ago
4c0a6cb
[UDP(-Lite)]: consolidate v4 and v6 get|setsockopt code
by Gerrit Renker
· 18 years ago
ff1dcad
[NET]: Split skb->csum
by Al Viro
· 18 years ago
8e5200f
[NET]: Fix assorted misannotations (from md5 and udplite merges).
by Al Viro
· 18 years ago
078250d
[NET/IPv4]: Make udp_push_pending_frames static
by Gerrit Renker
· 18 years ago
f6ab028
[NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.
by Al Viro
· 18 years ago
6b11687
[NET]: Annotate csum_tcpudp_magic() callers in net/*
by Al Viro
· 18 years ago
ba4e58e
[NET]: Supporting UDP-Lite (RFC 3828) in Linux
by Gerrit Renker
· 18 years ago
753eab7
[UDP]: Make udp_encap_rcv use pskb_may_pull
by Olaf Kirch
· 18 years ago
1e0c14f
[UDP]: Fix MSG_PROBE crash
by Herbert Xu
· 18 years ago
734ab87
[UDP] net/ipv4/udp.c: trivial annotations
by Al Viro
· 18 years ago
3ca3c68
[IPV4]: struct ip_options annotations
by Al Viro
· 18 years ago
e3b4ead
[UDP]: saddr_cmp function should take const socket pointers
by David S. Miller
· 18 years ago
bed53ea
[UDP]: Mark udp_port_rover static.
by David S. Miller
· 18 years ago
25030a7
[UDP]: Unify UDPv4 and UDPv6 ->get_port()
by Gerrit Renker
· 18 years ago
81aa646
[IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBs
by Martin Bligh
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
beb8d13
[MLSXFRM]: Add flow labeling
by Venkat Yekkirala
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
543d9cf
[NET]: Identation & other cleanups related to compat_[gs]etsockopt cset
by Arnaldo Carvalho de Melo
· 19 years ago
3fdadf7
[NET]: {get|set}sockopt compatibility layer
by Dmitry Mishin
· 19 years ago
Next »