Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
85a721a8b0b6880d8cf6b9def70404ade8563225
/
net
/
ipv4
efe6aac
net: ipv4: fix list processing on L3 slave devices
by Edward Cree
· 7 years ago
a4ca8b7
net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()
by Edward Cree
· 7 years ago
bc969a9
net: ipv4: Hook into time based transmission
by Jesus Sanchez-Palencia
· 7 years ago
5fa1273
net: ipv4: listify ip_rcv_finish
by Edward Cree
· 7 years ago
17266ee
net: ipv4: listified version of ip_rcv
by Edward Cree
· 7 years ago
69b9e1e
ipv4: add __ip_queue_xmit() that supports tos param
by Xin Long
· 7 years ago
5cd3da4
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
4e33d7d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
603d4cf
net: fix use-after-free in GRO with ESP
by Sabrina Dubroca
· 7 years ago
c6345ce
net: Record receive queue number for a connection
by Amritha Nambiar
· 7 years ago
1236f22
tcp: prevent bogus FRTO undos with non-SACK flows
by Ilpo Järvinen
· 7 years ago
ea5d0c3
tcp: add new SNMP counter for drops when try to queue in rcv queue
by Yafang Shao
· 7 years ago
c860e99
tcp: fix Fast Open key endianness
by Yuchung Cheng
· 7 years ago
256c87c
net: check tunnel option type in tunnel flags
by Pieter Jansen van Vuuren
· 7 years ago
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 7 years ago
f564650
netfilter: check if the socket netns is correct.
by Flavio Leitner
· 7 years ago
15ecbe9
tcp: add one more quick ack after after ECN events
by Eric Dumazet
· 7 years ago
242b1bb
tcp: remove one indentation level in tcp_create_openreq_child
by Eric Dumazet
· 7 years ago
fb22350
tcp: add SNMP counter for zero-window drops
by Yafang Shao
· 7 years ago
d4546c2
net: Convert GRO SKB handling to list_head.
by David Miller
· 7 years ago
cadefe5
tcp_bbr: fix bbr pacing rate for internal pacing
by Eric Dumazet
· 7 years ago
3f6c65d
tcp: ignore rcv_rtt sample with old ts ecr value
by Wei Wang
· 7 years ago
0eb71a9
rhashtable: split rhashtable.h
by NeilBrown
· 7 years ago
9887cba
ip: limit use of gso_size to udp
by Willem de Bruijn
· 7 years ago
8c43bd1
net/tcp: Fix socket lookups with SO_BINDTODEVICE
by David Ahern
· 7 years ago
9215310
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
4fd44a9
tcp: verify the checksum of the first data segment in a new connection
by Frank van der Linden
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
6892286
tcp: Do not reload skb pointer after skb_gro_receive().
by David Miller
· 7 years ago
a08ce73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
867f816
tcp: limit sk_rcvlowat by the maximum receive buffer
by Soheil Hassas Yeganeh
· 7 years ago
6c206b2
udp: fix rx queue len reported by diag and proc interface
by Paolo Abeni
· 7 years ago
c568503
netfilter: x_tables: initialise match/target check parameter struct
by Florian Westphal
· 7 years ago
000ade8
ip_tunnel: Fix name string concatenate in __ip_tunnel_create()
by Sultan Alsawaf
· 7 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
fd129f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
5b5e7a0
net: metrics: add proper netlink validation
by Eric Dumazet
· 7 years ago
e783bb0
ipmr: fix error path when ipmr_new_table fails
by Sabrina Dubroca
· 7 years ago
6e86000
netfilter: provide udp*_lib_lookup for nf_tproxy
by Arnd Bergmann
· 7 years ago
95358a9
net-tcp: remove useless tw_timeout field
by Maciej Żenczykowski
· 7 years ago
f4c9f85
tcp: refactor tcp_ecn_check_ce to remove sk type cast
by Yousuk Seung
· 7 years ago
79e9fed
net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimization
by Maciej Żenczykowski
· 7 years ago
408afb8
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
cf626b0
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
9c54aeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
45ca4e0
netfilter: Libify xt_TPROXY
by Máté Eckl
· 7 years ago
1ffdd8e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
82612de
ip_tunnel: restore binding to ifaces with a large mtu
by Nicolas Dichtel
· 7 years ago
3d97d88
tcp: minor optimization around tcp_hdr() usage in receive path
by Yafang Shao
· 7 years ago
af4d768
net/ipv4: Add support for specifying metric of connected routes
by David Ahern
· 7 years ago
77ab8d5
net: bpfilter: make function bpfilter_mbox_request() static
by Wei Yongjun
· 7 years ago
0168e8b
netfilter: nat: merge ipv4/ipv6 masquerade code into main nat module
by Florian Westphal
· 7 years ago
1cedee1
bpf: Hooks for sys_sendmsg
by Andrey Ignatov
· 7 years ago
5b79c2a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
db5051e
net: convert datagram_poll users tp ->poll_mask
by Christoph Hellwig
· 7 years ago
2c7d3da
net/tcp: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
c949cbb
net/ipv4: Remove tracepoint in fib_validate_source
by David Ahern
· 7 years ago
9f32397
net/ipv4: Udate fib_table_lookup tracepoint
by David Ahern
· 7 years ago
90fed9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
730c54d
ipv4: remove warning in ip_recv_error
by Willem de Bruijn
· 7 years ago
fb83eb9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
404eb77
ipv4: support sport, dport and ip_proto in RTM_GETROUTE
by Roopa Prabhu
· 7 years ago
2eabd76
net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
by Roopa Prabhu
· 7 years ago
ff06342
udp: exclude gso from xfrm paths
by Willem de Bruijn
· 7 years ago
d2ba09c
net: add skeleton of bpfilter kernel module
by Alexei Starovoitov
· 7 years ago
9971a51
netfilter: nf_nat: add nat type hooks to nat core
by Florian Westphal
· 7 years ago
4e25ceb
netfilter: nf_tables: allow chain type to override hook register
by Florian Westphal
· 7 years ago
ba7d284
netfilter: xtables: allow table definitions not backed by hook_ops
by Florian Westphal
· 7 years ago
1f55236
netfilter: nf_nat: move common nat code to nat core
by Florian Westphal
· 7 years ago
522040e
tcp: do not aggressively quick ack after ECN events
by Eric Dumazet
· 7 years ago
9a9c9b5
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode
by Eric Dumazet
· 7 years ago
66fb332
ipmr: properly check rhltable_init() return value
by Eric Dumazet
· 7 years ago
50d889b
net/ipv4: Add helper to return path MTU based on fib result
by David Ahern
· 7 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1f7455c
tcp: tcp_rack_reo_wnd() can be static
by kbuild test robot
· 7 years ago
9c21d2f
tcp: add tcp_comp_sack_nr sysctl
by Eric Dumazet
· 7 years ago
6d82aa2
tcp: add tcp_comp_sack_delay_ns sysctl
by Eric Dumazet
· 7 years ago
200d95f
tcp: add TCPAckCompressed SNMP counter
by Eric Dumazet
· 7 years ago
5d9f426
tcp: add SACK compression
by Eric Dumazet
· 7 years ago
a389363
tcp: do not force quickack when receiving out-of-order packets
by Eric Dumazet
· 7 years ago
113f99c
net: test tailroom before appending to linear skb
by Willem de Bruijn
· 7 years ago
02f99df
erspan: fix invalid erspan version.
by William Tu
· 7 years ago
56f8c5d
tcp: don't mark recently sent packets lost on RTO
by Yuchung Cheng
· 7 years ago
b8fef65
tcp: new helper tcp_rack_skb_timeout
by Yuchung Cheng
· 7 years ago
c77d62f
tcp: separate loss marking and state update on RTO
by Yuchung Cheng
· 7 years ago
2ad55f5
tcp: new helper tcp_timeout_mark_lost
by Yuchung Cheng
· 7 years ago
d716bfd
tcp: account lost retransmit after timeout
by Yuchung Cheng
· 7 years ago
6ac06ec
tcp: simpler NewReno implementation
by Yuchung Cheng
· 7 years ago
b38a51f
tcp: disable RFC6675 loss detection
by Yuchung Cheng
· 7 years ago
20b654d
tcp: support DUPACK threshold in RACK
by Yuchung Cheng
· 7 years ago
5a847a6
net/ipv4: Initialize proto and ports in flow struct
by David Ahern
· 7 years ago
7f582b2
tcp: purge write queue in tcp_connect_init()
by Eric Dumazet
· 7 years ago
3617d94
proc: introduce proc_create_net_single
by Christoph Hellwig
· 7 years ago
c350637
proc: introduce proc_create_net{,_data}
by Christoph Hellwig
· 7 years ago
93cb5a1
ipv{4,6}/raw: simplify ѕeq_file code
by Christoph Hellwig
· 7 years ago
f455022
ipv{4,6}/ping: simplify proc file creation
by Christoph Hellwig
· 7 years ago
37d849b
ipv{4,6}/tcp: simplify procfs registration
by Christoph Hellwig
· 7 years ago
a3d2599
ipv{4,6}/udp{,lite}: simplify proc registration
by Christoph Hellwig
· 7 years ago
3f3942a
proc: introduce proc_create_single{,_data}
by Christoph Hellwig
· 7 years ago
Next »