Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c428f8eb2f473963585b0c0a31cb33dccad62b9a
/
net
/
ipv4
/
af_inet.c
3594698
net: Make CAP_NET_BIND_SERVICE per user namespace
by Eric W. Biederman
· 12 years ago
52e804c
net: Allow userns root to control ipv4
by Eric W. Biederman
· 12 years ago
f191a1d
net: Remove code duplication between offload structures
by Vlad Yasevich
· 12 years ago
808a8f8
ipv4: Pull GSO registration out of inet_init()
by Vlad Yasevich
· 12 years ago
bca49f8
ipv4: Switch to using the new offload infrastructure.
by Vlad Yasevich
· 12 years ago
de27d00
net: Add net protocol offload registration infrustructure
by Vlad Yasevich
· 12 years ago
22061d8
net: Switch to using the new packet offload infrustructure
by Vlad Yasevich
· 12 years ago
bb68b64
ipv4: Don't add TCP-code in inet_sock_destruct
by Christoph Paasch
· 12 years ago
7ab4551
tcp: fix TFO regression
by Eric Dumazet
· 12 years ago
8336886
tcp: TCP Fast Open Server - support TFO listeners
by Jerry Chu
· 12 years ago
a9e050f
net: tcp: GRO should be ECN friendly
by Eric Dumazet
· 12 years ago
cf60af0
net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)
by Yuchung Cheng
· 12 years ago
783237e
net-tcp: Fast Open client - sending SYN-data
by Yuchung Cheng
· 12 years ago
41063e9
ipv4: Early TCP socket demux.
by David S. Miller
· 12 years ago
f9242b6
inet: Sanitize inet{,6} protocol demux.
by David S. Miller
· 12 years ago
e319269
net: Remove casts to same type
by Joe Perches
· 12 years ago
4a17fd5
sock: Introduce named constants for sk_reuse
by Pavel Emelyanov
· 13 years ago
5e73ea1
ipv4: fix checkpatch errors
by Daniel Baluta
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
afd46503
net: ipv4: Standardize prefixes for message logging
by Joe Perches
· 13 years ago
058bd4d
net: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
4c507d2
net: implement IP_RECVTOS for IP_PKTOPTIONS
by Jiri Benc
· 13 years ago
3dc43e3
per-netns ipv4 sysctl_tcp_mem
by Glauber Costa
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
acb32ba
ipv4: reduce percpu needs for icmpmsg mibs
by Eric Dumazet
· 13 years ago
686dc6b
ipv4: compat_ioctl is local to af_inet.c, make it static
by Gerrit Renker
· 13 years ago
29c486d
net: ipv4: relax AF_INET check in bind()
by Eric Dumazet
· 13 years ago
e12fe68
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
c349a52
net: bind() fix error return on wrong address family
by Marcus Meissner
· 13 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
1eddcea
net: rfs: enable RFS before first data packet is received
by Eric Dumazet
· 13 years ago
8f0ea0f
snmp: reduce percpu needs by 50%
by Eric Dumazet
· 13 years ago
d0733d2
net/ipv4: Check for mistakenly passed in non-IPv4 address
by Marcus Meissner
· 13 years ago
c319b4d
net: ipv4: add IPPROTO_ICMP socket kind
by Vasiliy Kulikov
· 13 years ago
6e86913
ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}()
by David S. Miller
· 14 years ago
31e4543d
ipv4: Make caller provide on-stack flow key to ip_route_output_ports().
by David S. Miller
· 14 years ago
b883187
ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr().
by David S. Miller
· 14 years ago
f6d8bd0
inet: add RCU protection to inet->opt
by Eric Dumazet
· 14 years ago
2d7192d
ipv4: Sanitize and simplify ip_route_{connect,newports}()
by David S. Miller
· 14 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
78fbfd8
ipv4: Create and use route lookup helpers.
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
420d44d
ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"
by David S. Miller
· 14 years ago
abdf7e7
ipv4: Can final ip_route_connect() arg to boolean "can_sleep".
by David S. Miller
· 14 years ago
5403c8a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
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
04ed3e7
net: change netdev->features to u32
by Michał Mirosław
· 14 years ago
5811662
net: use the macros defined for the members of flowi
by Changli Gao
· 14 years ago
49e8ab0
net: build_ehash_secret() and rt_bind_peer() cleanups
by Eric Dumazet
· 14 years ago
7ba4291
inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage()
by Changli Gao
· 14 years ago
4ce3c18
snmp: 64bit ipstats_mib for all arches
by Eric Dumazet
· 14 years ago
1823e4c8
snmp: add align parameter to snmp_mib_init()
by Eric Dumazet
· 14 years ago
7b2ff18
net - IP_NODEFRAG option for IPv4 socket
by Jiri Olsa
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
e3826f1
net: reserve ports for applications using fixed port numbers
by Amerigo Wang
· 15 years ago
c58dc01
net: Make RFS socket operations not be inet specific.
by David S. Miller
· 15 years ago
0eae88f
net: Fix various endianness glitches
by Eric Dumazet
· 15 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
fec5e65
rfs: Receive Flow Steering
by Tom Herbert
· 15 years ago
b6c6712
net: sk_dst_cache RCUification
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4a35ecf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
cb4361c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
6503d96
net: check the length of the socket address passed to connect(2)
by Changli Gao
· 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
ec733b15
net: snmp mib cleanup
by Eric Dumazet
· 15 years ago
7d720c3
percpu: add __percpu sparse annotations to net
by Tejun Heo
· 15 years ago
c84b326
net: check kern before calling security subsystem
by Eric Paris
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
13f18aa
net: drop capability from protocol definitions
by Eric Paris
· 15 years ago
38bfd8f
net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build time
by Cyrill Gorcunov
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
ec1b4cf
net: mark net_proto_ops as const
by Stephen Hemminger
· 15 years ago
914a9ab
net: Use sk_mark for routing lookup in more places
by Atis Elsts
· 15 years ago
3261309
net: constify struct net_protocol
by Alexey Dobriyan
· 15 years ago
3d1427f
ipv4: af_inet.c cleanups
by Eric Dumazet
· 15 years ago
d7ca4cc
udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.
by Sridhar Samudrala
· 15 years ago
2307f86
ipv4: remove ip_mc_drop_socket() declaration from af_inet.c.
by Rami Rosen
· 15 years ago
f771bef
ipv4: New multicast-all socket option
by Nivedita Singhvi
· 15 years ago
1075f3f
ipv4: Use 32-bit loads for ID and length in GRO
by Herbert Xu
· 15 years ago
a5b1cf2
gro: Avoid unnecessary comparison after skb_gro_header
by Herbert Xu
· 15 years ago
573636c
[PATCH] net: remove superfluous call to synchronize_net()
by Eric Dumazet
· 16 years ago
6e15cf0
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
by Ingo Molnar
· 16 years ago
7546dd9
net: convert usage of packet_type to read_mostly
by Stephen Hemminger
· 16 years ago
313e458
alloc_percpu: add align argument to __alloc_percpu.
by Rusty Russell
· 16 years ago
a5ad24b
gro: Optimise IPv4 packet reception
by Herbert Xu
· 16 years ago
f15fbcd
ipv4: Delete redundant sk_family assignment
by Herbert Xu
· 16 years ago
09640e6
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
8691173
gro: Avoid copying headers of unmerged packets
by Herbert Xu
· 16 years ago
b4ee07d
netns: igmp: allow IPPROTO_IGMP sockets in netns
by Alexey Dobriyan
· 16 years ago
bf296b1
tcp: Add GRO support
by Herbert Xu
· 16 years ago
73cc19f
ipv4: Add GRO infrastructure
by Herbert Xu
· 16 years ago
04f258c
net: some optimizations in af_inet
by Eric Dumazet
· 16 years ago
6ab33d5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
c828384
TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header()
by Balazs Scheidler
· 16 years ago
673d57e
net: replace NIPQUAD() in net/ipv4/ net/ipv6/
by Harvey Harrison
· 16 years ago
b9fb150
ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is set
by Tóth László Attila
· 16 years ago
4836e30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
2284284
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
Next »