Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
9bb37ef00e932eb4b989e855245468feb3980700
/
net
/
ipv4
9bb37ef
tcp: Namespaceify sysctl_tcp_window_scaling
by Eric Dumazet
· 7 years ago
f930103
tcp: Namespaceify sysctl_tcp_sack
by Eric Dumazet
· 7 years ago
eed29f1
tcp: add a struct net parameter to tcp_parse_options()
by Eric Dumazet
· 7 years ago
216fe8f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
3f29770
ipsec: check return value of skb_to_sgvec always
by Jason A. Donenfeld
· 7 years ago
77d4b1d
net: ping: do not abuse udp_poll()
by Eric Dumazet
· 7 years ago
5071034
neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"
by Sowmini Varadhan
· 7 years ago
8e2f6dd
dccp: consistently use dccp_write_space()
by Eric Dumazet
· 7 years ago
f4d0166
tcp: remove unnecessary skb_reset_tail_pointer()
by Eric Dumazet
· 7 years ago
775e68a
tcp: use TS opt on RTTs for congestion control
by Yuchung Cheng
· 7 years ago
44abafc
tcp: disallow cwnd undo when switching congestion control
by Yuchung Cheng
· 7 years ago
ba52d61
ipv4: route: restore skb_dst_set in inet_rtm_getroute
by Roopa Prabhu
· 7 years ago
15e5651
tcp: reinitialize MTU probing when setting MSS in a TCP repair
by Douglas Caetano dos Santos
· 7 years ago
9ae2872
net: add extack arg to lwtunnel build state
by David Ahern
· 7 years ago
c255bd6
net: lwtunnel: Add extack to encap attr validation
by David Ahern
· 7 years ago
7805599
net: ipv4: Add extack message for invalid prefix or length
by David Ahern
· 7 years ago
ba277e8
net: ipv4: refactor key and length checks
by David Ahern
· 7 years ago
34aa83c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
3fb07da
ipv4: add reference counting to metrics
by Eric Dumazet
· 7 years ago
b617981
net: ipv4: RTM_GETROUTE: return matched fib result when requested
by Roopa Prabhu
· 7 years ago
6ffd903
net: ipv4: Save trie prefix to fib lookup result
by David Ahern
· 7 years ago
3765d35
net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookup
by David Ahern
· 7 years ago
d3166e0
net: ipv4: Remove event arg to rt_fill_info
by David Ahern
· 7 years ago
5510cdf
net: ipv4: refactor ip_route_input_noref
by David Ahern
· 7 years ago
3abd1ade
net: ipv4: refactor __ip_route_output_key_hash
by David Ahern
· 7 years ago
5990baa
arp: fixed -Wuninitialized compiler warning
by Ihar Hrachyshka
· 7 years ago
ba615f6
tcp: avoid fastopen API to be used on AF_UNSPEC
by Wei Wang
· 7 years ago
d0e1a1b
tcp: better validation of received ack sequences
by Eric Dumazet
· 7 years ago
ce682ef
tcp: fix TCP_SYNCNT flakes
by Eric Dumazet
· 7 years ago
2f9bfd3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
218b6a5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a777f71
net: ipv4: tcp: fixed comment coding style issue
by Rohit Chavan
· 7 years ago
c3ab2b4
net: ipv4: Add extack messages for route add failures
by David Ahern
· 7 years ago
6d8422a1
net: ipv4: Plumb extack through route add functions
by David Ahern
· 7 years ago
4ab6887
tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUT
by Eric Dumazet
· 7 years ago
9dc621a
fou: make local function static
by stephen hemminger
· 8 years ago
c718c6d
tcpnv: do not export local function
by stephen hemminger
· 8 years ago
9691724
inet: fix warning about missing prototype
by stephen hemminger
· 8 years ago
7d472a5
arp: always override existing neigh entries with gratuitous ARP
by Ihar Hrachyshka
· 8 years ago
d9ef2e7
arp: postpone addr_type calculation to as late as possible
by Ihar Hrachyshka
· 8 years ago
6fd0563
arp: decompose is_garp logic into a separate function
by Ihar Hrachyshka
· 8 years ago
34eb5fe
arp: fixed error in a comment
by Ihar Hrachyshka
· 8 years ago
499350a
tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
by Wei Wang
· 8 years ago
219f1d79
sk_buff: remove support for csum_bad in sk_buff
by Davide Caratti
· 8 years ago
6f5b24e
tcp: warn on negative reordering values
by Soheil Hassas Yeganeh
· 8 years ago
c6cd850
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
b17b8a2
tcp: fix tcp_rearm_rto()
by Eric Dumazet
· 8 years ago
de321ed
net: fix __skb_try_recv_from_queue to return the old behavior
by Andrey Vagin
· 8 years ago
a3f96c4
udp: make *udp*_queue_rcv_skb() functions static
by Paolo Abeni
· 8 years ago
64f5102
udp: make function udp_skb_dtor_locked static
by Colin Ian King
· 8 years ago
9a568de
tcp: switch TCP TS option (RFC 7323) to 1ms clock
by Eric Dumazet
· 8 years ago
ac9517f
tcp: replace misc tcp_time_stamp to tcp_jiffies32
by Eric Dumazet
· 8 years ago
46bf466
tcp_lp: cache tcp_time_stamp
by Eric Dumazet
· 8 years ago
ad5ad69
tcp_westwood: use tcp_jiffies32 instead of tcp_time_stamp
by Eric Dumazet
· 8 years ago
594208a
tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()
by Eric Dumazet
· 8 years ago
628174c
tcp: uses jiffies_32 to feed tp->chrono_start
by Eric Dumazet
· 8 years ago
c74df29
tcp: use tcp_jiffies32 to feed probe_timestamp
by Eric Dumazet
· 8 years ago
70eabf0
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
by Eric Dumazet
· 8 years ago
ac35f56
tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stamp
by Eric Dumazet
· 8 years ago
2660bfa8
tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp
by Eric Dumazet
· 8 years ago
c2203cf
tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp
by Eric Dumazet
· 8 years ago
d635fbe
tcp: use tcp_jiffies32 to feed tp->lsndtime
by Eric Dumazet
· 8 years ago
385e207
tcp: use tp->tcp_mstamp in output path
by Eric Dumazet
· 8 years ago
23d268e
arp: honour gratuitous ARP _replies_
by Ihar Hrachyshka
· 8 years ago
218af59
tcp: internal implementation for pacing
by Eric Dumazet
· 8 years ago
6dfb436
udp: keep the sk_receive_queue held when splicing
by Paolo Abeni
· 8 years ago
2276f58
udp: use a separate rx queue for packet reception
by Paolo Abeni
· 8 years ago
f6c5775
net: Improve handling of failures on link and route dumps
by David Ahern
· 8 years ago
bcfc7d3
ipmr: vrf: Find VIFs using the actual device
by Thomas Winter
· 8 years ago
bafbb9c
tcp: eliminate negative reordering in tcp_clean_rtx_queue
by Soheil Hassas Yeganeh
· 8 years ago
a95cfad
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
b451e5d
tcp: avoid fragmenting peculiar skbs in SACK
by Yuchung Cheng
· 8 years ago
de4d195
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
50fb55d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
657831f
dccp/tcp: do not inherit mc_list from parent
by Eric Dumazet
· 8 years ago
32f1bc0
Revert "ipv4: restore rt->fi for reference counting"
by David S. Miller
· 8 years ago
752ade6
treewide: use kv[mz]alloc* rather than opencoded variants
by Michal Hocko
· 8 years ago
8ed508f
vti: check nla_put_* return value
by Hangbin Liu
· 8 years ago
1b1fc3f
tcp: make congestion control optionally skip slow start after idle
by Wei Wang
· 8 years ago
82486aa
ipv4: restore rt->fi for reference counting
by WANG Cong
· 8 years ago
84b114b
tcp: randomize timestamps on syncookies
by Eric Dumazet
· 8 years ago
86f4c90
ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
by Alexander Potapenko
· 8 years ago
8b485ce
tcp: do not inherit fastopen_req from parent
by Eric Dumazet
· 8 years ago
0e78a87
esp4: Fix udpencap for local TCP packets.
by Steffen Klassert
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
a9f11f9
tcp: fix wraparound issue in tcp_lp
by Eric Dumazet
· 8 years ago
67d349e
net/esp4: Fix invalid esph pointer crash
by Ilan Tayari
· 8 years ago
a01aa92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 8 years ago
0e72f55
netfilter: snmp: avoid stack size warning
by Florian Westphal
· 8 years ago
ba3f571
ipv4: get rid of ip_ra_lock
by WANG Cong
· 8 years ago
d68be71
tcp: fix access to sk->sk_state in tcp_poll()
by Davide Caratti
· 8 years ago
7162fb2
tcp: do not underestimate skb->truesize in tcp_trim_head()
by Eric Dumazet
· 8 years ago
9b83e03
ipv4: Don't pass IP fragments to upper layer GRO handlers.
by Steffen Klassert
· 8 years ago
cd5487fb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 8 years ago
06b4fc5
net: fib: Decrease one unnecessary rt cache flush in fib_disable_ip
by Gao Feng
· 8 years ago
4b726e8
tcp: tcp_rack_reo_timeout() must update tp->tcp_mstamp
by Eric Dumazet
· 8 years ago
b1513c3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
c120144
tcp: memset ca_priv data to 0 properly
by Wei Wang
· 8 years ago
645f4c6
tcp: switch rcv_rtt_est and rcvq_space to high resolution timestamps
by Eric Dumazet
· 8 years ago
a6db50b
tcp: remove ack_time from struct tcp_sacktag_state
by Eric Dumazet
· 8 years ago
Next »