Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
930f9fd0c8b698a7db15ac52721b98a47ee9c931
/
net
/
ipv4
687a4f3
Merge "Merge remote-tracking branch 'origin/tmp-84df952' into msm-kona"
by qctecmdr Service
· 6 years ago
803f8d2
Merge "ipv4/GRO: Make GRO conform to RFC 6864"
by qctecmdr Service
· 6 years ago
f840310
Merge "Revert "GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values""
by qctecmdr Service
· 6 years ago
781298f
Merge "net: Indicate whether a socket is a transparent socket"
by qctecmdr Service
· 6 years ago
e44807a
Merge "net: udp: Adjust UDP socket state for encapsulation sockets"
by qctecmdr Service
· 6 years ago
0cbb5c4
net: Fail explicit bind to local reserved ports
by Subash Abhinov Kasiviswanathan
· 8 years ago
753822e
net: Indicate whether a socket is a transparent socket
by Subash Abhinov Kasiviswanathan
· 10 years ago
7e1f92f
net: udp: Adjust UDP socket state for encapsulation sockets
by Subash Abhinov Kasiviswanathan
· 10 years ago
4fb81af
ipv4/GRO: Make GRO conform to RFC 6864
by Alexander Duyck
· 7 years ago
2832b95
Revert "GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values"
by Manjunathappa Prakash
· 7 years ago
db20ade
Merge remote-tracking branch 'origin/tmp-84df952' into msm-kona
by Rishabh Bhatnagar
· 6 years ago
eddf016
net: ipmr: fix unresolved entry dumps
by Nikolay Aleksandrov
· 6 years ago
b3953ed
Merge remote-tracking branch 'origin/tmp-35a7f35' into msm-kona
by Rishabh Bhatnagar
· 6 years ago
28d35bc
net: ipv4: don't let PMTU updates increase route MTU
by Sabrina Dubroca
· 6 years ago
af7d6cc
net: ipv4: update fnhe_pmtu when first hop's MTU changes
by Sabrina Dubroca
· 6 years ago
7e82364
udp: Unbreak modules that rely on external __skb_recv_udp() availability
by Jiri Kosina
· 6 years ago
64199fc
ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()
by Eric Dumazet
· 6 years ago
2ab2ddd
inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
by Eric Dumazet
· 6 years ago
9e6306d
Merge remote-tracking branch 'origin/tmp-17b57b1' into msm-kona
by Rishabh Bhatnagar
· 6 years ago
ee0b6f4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 6 years ago
1ad98e9
tcp/dccp: fix lockdep issue when SYN is backlogged
by Eric Dumazet
· 6 years ago
d4ce580
net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not int
by Maciej Żenczykowski
· 6 years ago
00124ed
Merge remote-tracking branch 'origin/tmp-6bf4ca7' into msm-kona
by Rishabh Bhatnagar
· 6 years ago
ccfec9e
ip_tunnel: be careful when accessing the inner header
by Paolo Abeni
· 6 years ago
af3f58f
Merge remote-tracking branch 'origin/tmp-7876320' into msm-kona
by Rishabh Bhatnagar
· 6 years ago
2b5a921
udp4: fix IP_CMSG_CHECKSUM for connected sockets
by Paolo Abeni
· 6 years ago
bfee6d7
Merge remote-tracking branch 'origin/tmp-11da3a7' into msm-kona
by Rishabh Bhatnagar
· 6 years ago
c56cae2
gso_segment: Reset skb->mac_len after modifying network header
by Toke Høiland-Jørgensen
· 6 years ago
51dc63e
erspan: fix error handling for erspan tunnel
by Haishuang Yan
· 6 years ago
5a64506
erspan: return PACKET_REJECT when the appropriate tunnel is not found
by Haishuang Yan
· 6 years ago
0297c1c
tcp: rate limit synflood warnings further
by Willem de Bruijn
· 6 years ago
4ecdf77
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
5d407b0
ip: frags: fix crash in ip_do_fragment()
by Taehee Yoo
· 6 years ago
5cf4a85
tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
by Vincent Whitchurch
· 6 years ago
72969e9
Merge remote-tracking branch 'origin/tmp-5736184' into msm-kona
by Rishabh Bhatnagar
· 6 years ago
bfc0698
xfrm: reset transport header back to network header after all input transforms ahave been applied
by Sowmini Varadhan
· 6 years ago
ff06525
igmp: fix incorrect unsolicit report count after link down and up
by Hangbin Liu
· 6 years ago
4fb7253
igmp: fix incorrect unsolicit report count when join group
by Hangbin Liu
· 6 years ago
63cc357
tcp: do not restart timewait timer on rst reception
by Florian Westphal
· 6 years ago
e075841
netfilter: kconfig: nat related expression depend on nftables core
by Florian Westphal
· 6 years ago
f2ad6ad
ANDROID: netfilter: xt_qtaguid: Add untag hacks to inet_release function
by Chenbo Feng
· 8 years ago
c6bc8ac
RFC: ANDROID: net: ipv4: sysfs_net_ipv4: Fix TCP window size controlling knobs
by Amit Pundir
· 7 years ago
1e9a9ff
RFC: ANDROID: net: ipv4: tcp: Namespace-ify sysctl_tcp_default_init_rwnd
by Amit Pundir
· 7 years ago
89e8c70
ANDROID: net: ipv4: tcp: add a sysctl to config the tcp_default_init_rwnd
by JP Abgrall
· 11 years ago
8f414ea4
ANDROID: net: ipv4: sysfs_net_ipv4: Add sysfs-based knobs for controlling TCP window size
by Robert Love
· 16 years ago
336442a
ANDROID: net: paranoid: Replace AID_NET_RAW checks with capable(CAP_NET_RAW).
by Chia-chi Yeh
· 16 years ago
bac1ef3
ANDROID: net: Paranoid network.
by Robert Love
· 16 years ago
84581bd
erspan: set erspan_ver to 1 by default when adding an erspan dev
by Xin Long
· 6 years ago
8e995bf
tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0
by Kevin Yang
· 6 years ago
5490b32d
tcp_bbr: in restart from idle, see if we should exit PROBE_RTT
by Kevin Yang
· 6 years ago
fb99886
tcp_bbr: add bbr_check_probe_rtt_done() helper
by Kevin Yang
· 6 years ago
431280e
ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT state
by Eric Dumazet
· 6 years ago
cd1aa9c
ip_vti: fix a null pointer deferrence when create vti fallback tunnel
by Haishuang Yan
· 6 years ago
90545cd
tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach
by Daniel Borkmann
· 6 years ago
037b0b8
tcp, ulp: add alias for all ulp modules
by Daniel Borkmann
· 6 years ago
c1617fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
a4fd284
ip: process in-order fragments efficiently
by Peter Oskolkov
· 6 years ago
353c9cb
ip: add helpers to process in-order fragments faster.
by Peter Oskolkov
· 6 years ago
fd2123a
tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag
by Yuchung Cheng
· 6 years ago
15bdd56
tcp: always ACK immediately on hole repairs
by Yuchung Cheng
· 6 years ago
d2ccd7b
tcp: avoid resetting ACK timer in DCTCP
by Yuchung Cheng
· 6 years ago
466466d
tcp: mandate a one-time immediate ACK
by Yuchung Cheng
· 6 years ago
8217ca6
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
by Martin KaFai Lau
· 6 years ago
2dbb9b9
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
by Martin KaFai Lau
· 6 years ago
70837ff
ipv4: frags: precedence bug in ip_expire()
by Dan Carpenter
· 6 years ago
fa0f527
ip: use rb trees for IP frag queue.
by Peter Oskolkov
· 6 years ago
7969e5c
ip: discard IPv4 datagrams with overlapping segments.
by Peter Oskolkov
· 6 years ago
a01512b
tcp: remove unneeded variable 'err'
by YueHaibing
· 6 years ago
89b1698
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
1296ee8
ip_gre: remove redundant variables t_hlen
by YueHaibing
· 6 years ago
13dde04
tcp: remove set but not used variable 'skb_size'
by Wei Yongjun
· 6 years ago
7ec6537
tcp: add stat of data packet reordering events
by Wei Wang
· 6 years ago
7e10b65
tcp: add dsack blocks received stats
by Wei Wang
· 6 years ago
fb31c9b
tcp: add data bytes retransmitted stats
by Wei Wang
· 6 years ago
ba113c3
tcp: add data bytes sent stats
by Wei Wang
· 6 years ago
984988a
tcp: add a helper to calculate size of opt_stats
by Wei Wang
· 6 years ago
d18c5d1
net: ipv4: Notify about changes to ip_forward_update_priority
by Petr Machata
· 6 years ago
432e05d
net: ipv4: Control SKB reprioritization after forwarding
by Petr Machata
· 6 years ago
83ba464
net: add helpers checking if socket can be bound to nonlocal address
by Vincent Bernat
· 6 years ago
4672694
ipv4: frags: handle possible skb truesize change
by Eric Dumazet
· 6 years ago
56e2c94
inet: frag: enforce memory limits earlier
by Eric Dumazet
· 6 years ago
dd979b4
net: simplify sock_poll_wait
by Christoph Hellwig
· 6 years ago
5cbf777
route: add support for directed broadcast forwarding
by Xin Long
· 6 years ago
383d470
tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
by Neal Cardwell
· 6 years ago
9fc1202
ipv4: remove BUG_ON() from fib_compute_spec_dst
by Lorenzo Bianconi
· 6 years ago
7a49d3d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 6 years ago
b87bac1
net: igmp: make function __ip_mc_inc_group() static
by Wei Yongjun
· 6 years ago
5547720
tcp: make function tcp_retransmit_stamp() static
by Wei Yongjun
· 6 years ago
9aee400
tcp: ack immediately when a cwr packet arrives
by Lawrence Brakmo
· 6 years ago
1972549
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
2efd4fc
ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
by Willem de Bruijn
· 6 years ago
e446a27
net: remove blank lines at end of file
by Stephen Hemminger
· 6 years ago
a17922d
bpfilter: remove trailing newline
by Stephen Hemminger
· 6 years ago
58152ec
tcp: add tcp_ooo_try_coalesce() helper
by Eric Dumazet
· 6 years ago
8541b21
tcp: call tcp_drop() from tcp_data_queue_ofo()
by Eric Dumazet
· 6 years ago
3d4bf93
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
by Eric Dumazet
· 6 years ago
f4a3313
tcp: avoid collapses in tcp_prune_queue() if possible
by Eric Dumazet
· 6 years ago
72cd43b
tcp: free batches of packets in tcp_prune_ofo_queue()
by Eric Dumazet
· 6 years ago
3dd1c9a
ip: hash fragments consistently
by Paolo Abeni
· 6 years ago
08d3ffc
multicast: do not restore deleted record source filter mode to new one
by Hangbin Liu
· 6 years ago
Next »