Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
864f893f31eecf4d944539ad5ec1d004aefc3f41
/
net
/
ipv4
2b5a921
udp4: fix IP_CMSG_CHECKSUM for connected sockets
by Paolo Abeni
· 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
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
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
0ae0d60
multicast: remove useless parameter for group add
by Hangbin Liu
· 6 years ago
b701a99
tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracy
by Jon Maxwell
· 6 years ago
a7fa377
tcp: Add tcp_retransmit_stamp() helper routine
by Jon Maxwell
· 6 years ago
9bcc66e
tcp: convert icsk_user_timeout from jiffies to msecs
by Jon Maxwell
· 6 years ago
99d20a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 6 years ago
c4c5551
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
by David S. Miller
· 6 years ago
a0496ef2
tcp: do not delay ACK in DCTCP upon CE status change
by Yuchung Cheng
· 6 years ago
27cde44
tcp: do not cancel delay-AcK on DCTCP special ACK
by Yuchung Cheng
· 6 years ago
2987bab
tcp: helpers to send special DCTCP ack
by Yuchung Cheng
· 6 years ago
fcb662d
xfrm: don't check offload_handle for nonzero
by Shannon Nelson
· 7 years ago
e56b8ce
tcp: identify cryptic messages as TCP seq # bugs
by Randy Dunlap
· 6 years ago
a0ae256
netfilter: conntrack: remove l3proto abstraction
by Florian Westphal
· 7 years ago
31048d7
tcp: Fix broken repair socket window probe patch
by Stefan Baranoff
· 6 years ago
6e2059b
ipv4/igmp: init group mode as INCLUDE when join source group
by Hangbin Liu
· 7 years ago
c779e84
netfilter: conntrack: remove get_timeout() indirection
by Florian Westphal
· 7 years ago
6816d93
netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackers
by Florian Westphal
· 7 years ago
d1b6fe9
netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackers
by Florian Westphal
· 7 years ago
47a91b1
netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackers
by Florian Westphal
· 7 years ago
f957be9
netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackers
by Florian Westphal
· 7 years ago
d7e5a9a
netfilter: utils: move nf_ip_checksum* from ipv4 to utils
by Florian Westphal
· 7 years ago
41ed9c0
tcp: Don't coalesce decrypted and encrypted SKBs
by Boris Pismenny
· 6 years ago
2aa4a33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
f333ee0
bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CB
by Andrey Ignatov
· 7 years ago
ff0432e
tcp: remove redundant rcv_nxt update
by Yafang Shao
· 6 years ago
a69258f
tcp: remove DELAYED ACK events in DCTCP
by Yuchung Cheng
· 7 years ago
b0c05d0e
tcp: fix dctcp delayed ACK schedule
by Yuchung Cheng
· 7 years ago
c921c20
net: ipmr: add support for passing full packet on wrong vif
by Nikolay Aleksandrov
· 6 years ago
0761680
net: ipv4: fix listify ip_rcv_finish in case of forwarding
by Jesper Dangaard Brouer
· 7 years ago
cca9bab
tcp: use monotonic timestamps for PAWS
by Arnd Bergmann
· 7 years ago
70b7ff1
tcp: allow user to create repair socket without window probes
by Stefan Baranoff
· 7 years ago
21684dc
tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT sockets
by Stefan Baranoff
· 7 years ago
4929c94
tcp: expose both send and receive intervals for rate sample
by Deepti Raghavan
· 7 years ago
95765a6
tcp: remove SG-related comment in tcp_sendmsg()
by Julian Wiedmann
· 7 years ago
26420d9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
c47078d
tcp: remove redundant SOCK_DONE checks
by Eric Dumazet
· 7 years ago
Next »