Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8a8d0875a5ccf14a6772b3bbffa1717e668a0d8a
/
net
/
ipv4
/
raw.c
027ac58
raw: increment correct SNMP counters for ICMP messages
by Ben Cartwright-Cox
· 9 years ago
13206b6
net: Pass net into dst_output and remove dst_output_okfn
by Eric W. Biederman
· 9 years ago
bb191c3
net: Add l3mdev saddr lookup to raw_sendmsg
by David Ahern
· 9 years ago
0c4b51f
netfilter: Pass net into okfn
by Eric W. Biederman
· 9 years ago
29a26a5
netfilter: Pass struct net into the netfilter hooks
by Eric W. Biederman
· 9 years ago
5a70649
net: Merge dst_output and dst_output_sk
by Eric W. Biederman
· 9 years ago
6e8a9d9
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by David S. Miller
· 10 years ago
237dae8
Merge branch 'iocb' into for-davem
by Al Viro
· 10 years ago
7026b1d
netfilter: Pass socket pointer down through okfn().
by David Miller
· 10 years ago
00db412
ipv4: coding style: comparison for inequality with NULL
by Ian Morris
· 10 years ago
51456b2
ipv4: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
b6a7719
ipv4: hash net ptr into fragmentation bucket selection
by Hannes Frederic Sowa
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
21226ab
net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()
by Al Viro
· 10 years ago
7ae9abf
ipv4: raw_send_hdrinc(): pass msghdr
by Al Viro
· 10 years ago
c0371da
put iov_iter into msghdr
by Al Viro
· 10 years ago
f69e6d1
ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
by Al Viro
· 10 years ago
b61e9dc
raw.c: stick msghdr into raw_frag_vec
by Al Viro
· 10 years ago
c008ba5b
ipv4: Avoid reading user iov twice after raw_probe_proto_opt
by Herbert Xu
· 10 years ago
32b5913
ipv4: Use standard iovec primitive in raw_probe_proto_opt
by Herbert Xu
· 10 years ago
51f3d02
net: Add and use skb_copy_datagram_msg() helper.
by David S. Miller
· 10 years ago
f5220d6
ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets
by Quentin Armitage
· 10 years ago
11878b4
net-timestamp: SOCK_RAW and PING timestamping
by Willem de Bruijn
· 10 years ago
73f156a
inetpeer: get rid of ip_id_count
by Eric Dumazet
· 10 years ago
c8e6ad0
ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsg
by Hannes Frederic Sowa
· 11 years ago
342dfc3
net: add build-time checks for msg->msg_name size
by Steffen Hurrle
· 11 years ago
0e0d44a
net: Remove FLOWI_FLAG_CAN_SLEEP
by Steffen Klassert
· 11 years ago
85fbaa7
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions
by Hannes Frederic Sowa
· 11 years ago
bceaa90
inet: prevent leakage of uninitialized memory to user in recv syscalls
by Hannes Frederic Sowa
· 11 years ago
fbf8866
net: ipv4 only populate IP_PKTINFO when needed
by Shawn Bohrer
· 11 years ago
4fbef95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
aa66158
ipv4: processing ancillary IP_TOS or IP_TTL
by Francesco Fusco
· 11 years ago
8d65b11
net: raw: do not report ICMP redirects to user space
by Duan Jiong
· 11 years ago
703133d
ip: generate unique IP identificator if local fragmentation is allowed
by Ansis Atteka
· 11 years ago
06c5405
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
c27c932
ipv4: sendto/hdrincl: don't use destination address found in header
by Chris Clark
· 11 years ago
d14c5ab
net: proc_fs: trivial: print UIDs as unsigned int
by Francesco Fusco
· 11 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
8141ed9
ipv4: Add a socket release callback for datagram sockets
by Steffen Klassert
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
ab43ed8
ipv4: raw: fix icmp_filter()
by Eric Dumazet
· 12 years ago
a7cb5a4
userns: Print out socket uids in a user namespace aware fashion.
by Eric W. Biederman
· 12 years ago
55be7a9
ipv4: Add redirect support to all protocol icmp error handlers.
by David S. Miller
· 12 years ago
3639339
ipv4: Handle PMTU in all ICMP error handlers.
by David S. Miller
· 12 years ago
5e73ea1
ipv4: fix checkpatch errors
by Daniel Baluta
· 13 years ago
058bd4d
net: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
76e2105
ipv4: Implement IP_UNICAST_IF socket option.
by Erich E. Hoover
· 13 years ago
6608824
ipv4: Remove all uses of LL_ALLOCATED_SPACE
by Herbert Xu
· 13 years ago
d826eb1
ipv4: PKTINFO doesnt need dst reference
by Eric Dumazet
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
47670b7
ipv4: route non-local sources for raw socket
by Julian Anastasov
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
4500ebf
ipv4: Reduce switch/case indent
by Joe Perches
· 13 years ago
71338aa
net: convert %p usage to %pK
by Dan Rosenberg
· 13 years ago
f5fca60
ipv4: Pass flow key down into ip_append_*().
by David S. Miller
· 13 years ago
77968b7
ipv4: Pass flow keys down into datagram packet building engine.
by David S. Miller
· 13 years ago
f6d8bd0
inet: add RCU protection to inet->opt
by Eric Dumazet
· 14 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
1c01a80
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ef164ae
ipv4: Use flowi4_init_output() in raw_sendmsg()
by David S. Miller
· 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
Next »