Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8c5ebd0c792a097fcc0e526debbe0887ee378ae5
/
net
/
ipv4
31c2e49
udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUM
by Willem de Bruijn
· 9 years ago
9f9a45b
udp: do not expect udp headers on ioctl SIOCINQ
by Willem de Bruijn
· 9 years ago
a6db449
net: ipv4: Consider failed nexthops in multipath routes
by David Ahern
· 9 years ago
ae95d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a0ca153
GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
by Alexander Duyck
· 9 years ago
46aa2f3
udp: Remove udp_offloads
by Tom Herbert
· 9 years ago
d92283e
fou: change to use UDP socket GRO
by Tom Herbert
· 9 years ago
38fd2af
udp: Add socket based GRO and config
by Tom Herbert
· 9 years ago
a602456
udp: Add GRO functions to UDP socket
by Tom Herbert
· 9 years ago
6305830
udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb
by Tom Herbert
· 9 years ago
1e1d04e
net: introduce lockdep_is_held and update various places to use it
by Hannes Frederic Sowa
· 9 years ago
8501786
tcp/dccp: fix inet_reuseport_add_sock()
by Eric Dumazet
· 9 years ago
a6d5bbf
ip_tunnel: implement __iptunnel_pull_header
by Jiri Benc
· 9 years ago
627d2d6
udp: enable MSG_PEEK at non-zero offset
by samanthakumar
· 9 years ago
e6afc8a
udp: remove headers from UDP packets before queueing
by samanthakumar
· 9 years ago
4ce7e93
tcp: rate limit ACK sent by SYN_RECV request sockets
by Eric Dumazet
· 9 years ago
a9d6532
ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()
by Eric Dumazet
· 9 years ago
9caad86
tcp: increment sk_drops for listeners
by Eric Dumazet
· 9 years ago
532182c
tcp: increment sk_drops for dropped rx packets
by Eric Dumazet
· 9 years ago
3b24d85
tcp/dccp: do not touch listener sk_refcnt under synflood
by Eric Dumazet
· 9 years ago
2d33191
tcp/dccp: use rcu locking in inet_diag_find_one_icsk()
by Eric Dumazet
· 9 years ago
ca065d0
udp: no longer use SLAB_DESTROY_BY_RCU
by Eric Dumazet
· 9 years ago
c14ac94
sock: enable timestamping using control messages
by Soheil Hassas Yeganeh
· 9 years ago
24025c4
ipv4: process socket-level control messages in IPv4
by Soheil Hassas Yeganeh
· 9 years ago
6b08492
tcp: use one bit in TCP_SKB_CB to mark ACK timestamps
by Soheil Hassas Yeganeh
· 9 years ago
7822ce7
netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 address
by Haishuang Yan
· 9 years ago
2349262
tcp: remove cwnd moderation after recovery
by Yuchung Cheng
· 9 years ago
c348338
gro: Allow tunnel stacking in the case of FOU/GUE
by Alexander Duyck
· 9 years ago
2942119
netfilter: ipv4: fix NULL dereference
by Liping Zhang
· 9 years ago
b301f25
netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
by Pablo Neira Ayuso
· 9 years ago
54d83fc
netfilter: x_tables: fix unconditional helper
by Florian Westphal
· 9 years ago
6e94e0c
netfilter: x_tables: make sure e->next_offset covers remaining blob size
by Florian Westphal
· 9 years ago
bdf533d
netfilter: x_tables: validate e->target_offset early
by Florian Westphal
· 9 years ago
995096a
Fix returned tc and hoplimit values for route with IPv6 encapsulation
by Quentin Armitage
· 9 years ago
5197f34
net: Reset encap_level to avoid resetting features on inner IP headers
by Alexander Duyck
· 9 years ago
4cfc86f
ipv4: initialize flowi4_flags before calling fib_lookup()
by Lance Richardson
· 9 years ago
ad0ea19
ipv4: fix broadcast packets reception
by Paolo Abeni
· 9 years ago
3ba9d30
net: ipv4: Fix truncated timestamp returned by inet_current_timestamp()
by Deepa Dinamani
· 9 years ago
a09a4c8
tunnels: Remove encapsulation offloads on decap.
by Jesse Gross
· 9 years ago
fac8e0f
tunnels: Don't apply GRO to multiple layers of encapsulation.
by Jesse Gross
· 9 years ago
b8cba75
ipip: Properly mark ipip GRO packets as encapsulated.
by Jesse Gross
· 9 years ago
1200b68
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
fca5fdf
ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it
by Daniel Borkmann
· 9 years ago
e316ea6
tcp/dccp: remove obsolete WARN_ON() in icmp handlers
by Eric Dumazet
· 9 years ago
7047737
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
2552821
tags: Fix DEFINE_PER_CPU expansions
by Peter Zijlstra
· 9 years ago
1cdba55
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
acffb58
net: diag: add a scheduling point in inet_diag_dump_icsk()
by Eric Dumazet
· 9 years ago
2646190
netfilter: Allow calling into nat helper without skb_dst.
by Jarno Rajahalme
· 9 years ago
a44d6ea
tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
by Martin KaFai Lau
· 9 years ago
0833482
GSO/UDP: Use skb->len instead of udph->len to determine length of original skb
by Alexander Duyck
· 9 years ago
fbd40ea
ipv4: Don't do expensive useless work during inetdev destroy.
by David S. Miller
· 9 years ago
136ba62
netconf: add macro to represent all attributes
by Zhang Shengju
· 9 years ago
c194cf9
gro: Defer clearing of flush bit in tunnel paths
by Alexander Duyck
· 9 years ago
473bd23
tcp: Add tcp_inq to get available receive bytes on socket
by Tom Herbert
· 9 years ago
4c38cd6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
db3c613
bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit
by Daniel Borkmann
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a9d99ce
tcp: fix tcpi_segs_in after connection establishment
by Eric Dumazet
· 9 years ago
8dfd329
arp: correct return value of arp_rcv
by Zhang Shengju
· 9 years ago
1837b2e
mld, igmp: Fix reserved tailroom calculation
by Benjamin Poirier
· 9 years ago
a9d5623
net/ipv4: remove left over dead code
by Eric Engestrom
· 9 years ago
8a6bf5d
netfilter: nft_masq: support port range
by Pablo Neira Ayuso
· 9 years ago
b9e69e1
netfilter: xtables: don't hook tables by default
by Florian Westphal
· 9 years ago
a67dd26
netfilter: xtables: prepare for on-demand hook register
by Florian Westphal
· 9 years ago
5f54739
netfilter: nf_defrag_ipv4: Drop redundant ip_send_check()
by Joe Stringer
· 9 years ago
64d4e34
net: remove skb_sender_cpu_clear()
by WANG Cong
· 9 years ago
b1b270d
net: ipv4: tcp_probe: Replace timespec with timespec64
by Deepa Dinamani
· 9 years ago
822c868
net: ipv4: Convert IP network timestamps to be y2038 safe
by Deepa Dinamani
· 9 years ago
2246387
GSO: Provide software checksum of tunneled UDP fragmentation offload
by Alexander Duyck
· 9 years ago
17b693c
net: l3mdev: prefer VRF master for source address selection
by David Lamparter
· 9 years ago
3f2fb9a
net: l3mdev: address selection should only consider devices in L3 domain
by David Ahern
· 9 years ago
a8c4a25
ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
by Hannes Frederic Sowa
· 9 years ago
e5fbfc1
soreuseport: fix merge conflict in tcp bind
by Craig Gallek
· 9 years ago
5146d1f
tunnel: Clear IPCB(skb)->opt before dst_link_failure called
by Bernie Harris
· 9 years ago
9bdfb3b
tcp: convert cached rtt from usec to jiffies when feeding initial rto
by Konstantin Khlebnikov
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a97eb33
rtnl: RTM_GETNETCONF: fix wrong return value
by Anton Protopopov
· 9 years ago
d13b161
gre: clear IFF_TX_SKB_SHARING
by Jiri Benc
· 9 years ago
7f290c9
iptunnel: scrub packet in iptunnel_pull_header
by Jiri Benc
· 9 years ago
7716682
tcp/dccp: fix another race at listener dismantle
by Eric Dumazet
· 9 years ago
deed49d
route: check and remove route cache when we get route
by Xin Long
· 9 years ago
1eea84b
tcp: correctly crypto_alloc_hash return check
by Insu Yun
· 9 years ago
7bbf3ca
ipv4: Remove inet_lro library
by Ben Hutchings
· 9 years ago
52a773d
net: Export ip fragment sysctl to unprivileged users
by Nikolay Borisov
· 9 years ago
0fbf4cb
ipv4: namespacify ip fragment max dist sysctl knob
by Nikolay Borisov
· 9 years ago
e21145a
ipv4: namespacify ip_early_demux sysctl knob
by Nikolay Borisov
· 9 years ago
287b7f3
ipv4: Namespacify ip_dynaddr sysctl knob
by Nikolay Borisov
· 9 years ago
dcd8799
igmp: net: Move igmp namespace init to correct file
by Nikolay Borisov
· 9 years ago
fa50d97
ipv4: Namespaceify ip_default_ttl sysctl knob
by Nikolay Borisov
· 9 years ago
cd9b266
tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_info
by Eric Dumazet
· 9 years ago
7292355
tcp: md5: release request socket instead of listener
by Eric Dumazet
· 9 years ago
3c1cb4d
net/ipv4: add dst cache support for gre lwtunnels
by Paolo Abeni
· 9 years ago
e09acdd
ip_tunnel: replace dst_cache with generic implementation
by Paolo Abeni
· 9 years ago
3720228
tcp: do not set rtt_min to 1
by Eric Dumazet
· 9 years ago
9194830
ipv4: fix memory leaks in ip_cmsg_send() callers
by Eric Dumazet
· 9 years ago
6fa7966
net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads
by Edward Cree
· 9 years ago
5393610
net: gre: Implement LCO for GRE over IPv4
by Edward Cree
· 9 years ago
06f6229
fou: enable LCO in FOU and GUE
by Edward Cree
· 9 years ago
d75f130
net: udp: always set up for CHECKSUM_PARTIAL offload
by Edward Cree
· 9 years ago
Next »