Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
b098636cf04c89db4036fedc778da0acc666ad1a
/
net
/
ipv4
/
raw.c
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
4910ac6
ipv4: Don't ip_rt_put() an error pointer in RAW sockets.
by David S. Miller
· 14 years ago
9cce96d
net: Put fl4_* macros to struct flowi4 and use them again.
by David S. Miller
· 14 years ago
9d6ec93
ipv4: Use flowi4 in public route lookup interfaces.
by David S. Miller
· 14 years ago
6281dcc
net: Make flowi ports AF dependent.
by David S. Miller
· 14 years ago
1d28f42
net: Put flowi_* prefix on AF independent members of struct flowi
by David S. Miller
· 14 years ago
b23dd4f
ipv4: Make output route lookup return rtable directly.
by David S. Miller
· 14 years ago
273447b
ipv4: Kill can_sleep arg to ip_route_output_flow()
by David S. Miller
· 14 years ago
5df65e5
net: Add FLOWI_FLAG_CAN_SLEEP.
by David S. Miller
· 14 years ago
420d44d
ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"
by David S. Miller
· 14 years ago
709b46e
net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNT
by Eric W. Biederman
· 14 years ago
5811662
net: use the macros defined for the members of flowi
by Changli Gao
· 14 years ago
2244d07
net: simplify flags for tx timestamping
by Oliver Hartkopp
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
1789a64
raw: avoid two atomics in xmit
by Eric Dumazet
· 14 years ago
1e4b105
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 14 years ago
f84af32
net: ip_queue_rcv_skb() helper
by Eric Dumazet
· 15 years ago
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
9bbc768
netfilter: ipv4: use NFPROTO values for NF_HOOK invocation
by Jan Engelhardt
· 15 years ago
0519d83
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
55888df
AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2)
by Neil Horman
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
766e9037
net: sk_drops consolidation
by Eric Dumazet
· 15 years ago
3b88578
net: Generalize socket rx gap / receive queue overflow cmsg
by Neil Horman
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
6ce9e7b
ip: Report qdisc packet drops
by Eric Dumazet
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
51f31ca
ip: support for TX timestamps on UDP and RAW sockets
by Patrick Ohly
· 16 years ago
2e77d89
net: avoid a pair of dst_hold()/dst_release() in ip_append_data()
by Eric Dumazet
· 16 years ago
5a5f3a8
net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.c
by Jianjun Kong
· 16 years ago
5e38e27
mib: add net to IP_INC_STATS
by Pavel Emelyanov
· 16 years ago
0388b00
icmp: add struct net argument to icmp_out_count
by Pavel Emelyanov
· 16 years ago
cb61cb9
udp: sk_drops handling
by Eric Dumazet
· 16 years ago
caea902
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
68be802
raw: Restore /proc/net/raw correct behavior
by Eric Dumazet
· 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
22dd485
raw: Raw socket leak.
by Denis V. Lunev
· 16 years ago
f5184d2
net: Allow netdevices to specify needed head/tailroom
by Johannes Berg
· 16 years ago
c29a0bc
[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.
by Pavel Emelyanov
· 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
1218854
[NET] NETNS: Omit seq_net_private->net 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
fc8717b
[RAW]: Add raw_hashinfo member on struct proto.
by Pavel Emelyanov
· 17 years ago
938b93a
[NET]: Add debugging names to __RW_LOCK_UNLOCKED macros.
by Robert P. J. Day
· 17 years ago
3046d76
[RAW]: Wrong content of the /proc/net/raw6.
by Denis V. Lunev
· 17 years ago
8cd850e
[RAW]: Cleanup IPv4 raw_seq_show.
by Denis V. Lunev
· 17 years ago
377cf82
[RAW]: Family check in the /proc/net/raw[6] is extra.
by Denis V. Lunev
· 17 years ago
4a19ec5
[NET]: Introducing socket mark socket option.
by Laszlo Attila Toth
· 17 years ago
f1b050b
[NETNS]: Add namespace parameter to ip_route_output_flow.
by Denis V. Lunev
· 17 years ago
a308da1
[NETNS][RAW]: Create the /proc/net/raw(6) in each namespace.
by Pavel Emelyanov
· 17 years ago
e5ba31f
[NETNS][RAW]: Eliminate explicit init_net references.
by Pavel Emelyanov
· 17 years ago
f51d599
[NETNS][RAW]: Make /proc/net/raw(6) show per-namespace socket list.
by Pavel Emelyanov
· 17 years ago
be18588
[NETNS][RAW]: Make ipv[46] raw sockets lookup namespaces aware.
by Pavel Emelyanov
· 17 years ago
6b175b2
[NETNS]: Add netns parameter to inet_(dev_)add_type.
by Eric W. Biederman
· 17 years ago
65f7651
[NET]: prot_inuse cleanups and optimizations
by Eric Dumazet
· 17 years ago
f97c1e0
[IPV4] net/ipv4: Use ipv4_is_<type>
by Joe Perches
· 17 years ago
42a7380
[RAW]: Consolidate proc interface.
by Pavel Emelyanov
· 17 years ago
ab70768
[RAW]: Consolidate proto->unhash callback
by Pavel Emelyanov
· 17 years ago
65b4c50
[RAW]: Consolidate proto->hash callback
by Pavel Emelyanov
· 17 years ago
b673e4d
[RAW]: Introduce raw_hashinfo structure
by Pavel Emelyanov
· 17 years ago
7bc54c9
[IPv4] RAW: Compact the API for the kernel
by Pavel Emelyanov
· 17 years ago
6e23ae2
[NETFILTER]: Introduce NF_INET_ hook values
by Patrick McHardy
· 17 years ago
33c732c
[IPV4]: Add raw drops counter.
by Wang Chen
· 17 years ago
f844c74
[IPV4] raw: Strengthen check on validity of iph->ihl
by Herbert Xu
· 17 years ago
47a31a6
[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
by Eric Dumazet
· 17 years ago
cf7732e
[NET]: Make core networking code use seq_open_private
by Pavel Emelyanov
· 17 years ago
96793b4
[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
by David L Stevens
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
4487b2f
[IPV4] raw.c: kmalloc + memset conversion to kzalloc
by Mariusz Kozlowski
· 17 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
88c7664
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
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
f690808
[NET]: make seq_operations const
by Stephen Hemminger
· 18 years ago
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
7e28ecc
[SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used
by Arnaldo Carvalho de Melo
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 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
714e85b
[IPV6]: Assorted trivial endianness annotations.
by Al Viro
· 18 years ago
a27b58f
[NET]: fix uaccess handling
by Heiko Carstens
· 18 years ago
c1d18f9
[IPV4]: struct ipcm_cookie annotation
by Al Viro
· 18 years ago
3ca3c68
[IPV4]: struct ip_options annotations
by Al Viro
· 18 years ago
bf0d524
[NET]: Remove unnecessary config.h includes from net/
by Dave Jones
· 18 years ago
beb8d13
[MLSXFRM]: Add flow labeling
by Venkat Yekkirala
· 18 years ago
f59fc7f
[IPV4/IPV6]: Setting 0 for unused port field in RAW IP recvmsg().
by Tetsuo Handa
· 18 years ago
6d74165
[IPV4]: Right prototype of __raw_v4_lookup()
by Alexey Dobriyan
· 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
715b49e
[PATCH] EDAC: atomic scrub operations
by Alan Cox
· 19 years ago
b59c270
[NETFILTER]: Keep conntrack reference until IPsec policy checks are done
by Patrick McHardy
· 19 years ago
6d1cfe3
[PATCH] raw_sendmsg DoS on 2.6
by Mark J Cox
· 19 years ago
c752f07
[TCP]: Move the tcp sock states to net/tcp_states.h
by Arnaldo Carvalho de Melo
· 19 years ago
d13964f
[IPV4/6]: Check if packet was actually delivered to a raw socket to decide whether to send an ICMP unreachable
by Patrick McHardy
· 19 years ago
Next »