Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
16149013f8391d3bd7bcbcbe3bfd2fd06ba110e4
/
net
/
ipv4
d52e5a7
ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
by Sabrina Dubroca
· 7 years ago
d2ddf628
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
bf2ae2e
sock_diag: request _diag module only when the family or proto has been registered
by Xin Long
· 7 years ago
e05836a
tcp: purge write queue upon aborting the connection
by Soheil Hassas Yeganeh
· 7 years ago
a560002
net: Fix hlist corruptions in inet_evict_bucket()
by Kirill Tkhai
· 7 years ago
87cdf31
xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_proto
by Yossi Kuperman
· 7 years ago
2cbb4ea
net: Only honor ifindex in IP_PKTINFO if non-0
by David Ahern
· 7 years ago
80f5974
net: xfrm: use skb_gso_validate_network_len() to check gso sizes
by Daniel Axtens
· 7 years ago
779b793
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
by Daniel Axtens
· 7 years ago
4a0c719
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
e2c0dc1
vrf: check forwarding on the original netdevice when generating ICMP dest unreachable
by Stephen Suryaputra
· 7 years ago
773daa3
net: ipv4: avoid unused variable warning for sysctl
by Arnd Bergmann
· 7 years ago
ecc8327
net/tcp/illinois: replace broken algorithm reference link
by Joey Pabalinas
· 7 years ago
a27fd7a
tcp: purge write queue upon RST
by Soheil Hassas Yeganeh
· 7 years ago
fc68e17
tcp: revert F-RTO extension to detect more spurious timeouts
by Yuchung Cheng
· 7 years ago
d4131f0
tcp: revert F-RTO middle-box workaround
by Yuchung Cheng
· 7 years ago
ffc2b6e
ip_gre: fix IFLA_MTU ignored on NEWLINK
by Xin Long
· 7 years ago
c7272c2
net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
by Sabrina Dubroca
· 7 years ago
4e99477
ip_tunnel: Do not use mark in skb by default
by Thomas Winter
· 7 years ago
f4b7ac5
netfilter: nf_flow_table: fix checksum when handling DNAT
by Felix Fietkau
· 7 years ago
1a9da59
netfilter: ipt_CLUSTERIP: put config instead of freeing it
by Florian Westphal
· 7 years ago
8ae56822
netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcount
by Florian Westphal
· 7 years ago
1fe4b11
net: ipv4: Set addr_type in hash_keys for forwarded case
by David Ahern
· 7 years ago
350c9f4
tcp_bbr: better deal with suboptimal GSO
by Eric Dumazet
· 7 years ago
943a0d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
15f35d4
udplite: fix partial checksum initialization
by Alexey Kodanev
· 7 years ago
a8c6db1
fib_semantics: Don't match route with mismatching tclassid
by Stefano Brivio
· 7 years ago
510c321
xfrm: reuse uncached_list to track xdsts
by Xin Long
· 7 years ago
b260664
netfilter: x_tables: use pr ratelimiting in all remaining spots
by Florian Westphal
· 7 years ago
cc48bae
netfilter: x_tables: rate-limit table mismatch warnings
by Florian Westphal
· 7 years ago
0cc9501
netfilter: x_tables: remove pr_info where possible
by Florian Westphal
· 7 years ago
db93a36
netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get()
by Cong Wang
· 7 years ago
57ebd80
netfilter: add back stackpointer size checks
by Florian Westphal
· 7 years ago
01ea306
netfilter: drop outermost socket lock in getsockopt()
by Paolo Abeni
· 7 years ago
808cf9e
tcp: Honor the eor bit in tcp_mtu_probe
by Ilya Lesokhin
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
437a4db
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
b3e456f
netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation
by Cong Wang
· 7 years ago
5c487bb
tcp: tracepoint: only call trace_tcp_send_reset with full socket
by Song Liu
· 7 years ago
4d80ecd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
b408c5b
netfilter: nf_tables: fix flowtable free
by Pablo Neira Ayuso
· 7 years ago
39f57f6
net: erspan: fix erspan config overwrite
by William Tu
· 7 years ago
3df19283
net: erspan: fix metadata extraction
by William Tu
· 7 years ago
b11a632
net: add a UID to use for ULP socket assignment
by John Fastabend
· 7 years ago
617aebe
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
edbe69e
Revert "defer call to mem_cgroup_sk_alloc()"
by Roman Gushchin
· 7 years ago
6be3bcd
netfilter: flowtable infrastructure depends on NETFILTER_INGRESS
by Pablo Neira Ayuso
· 7 years ago
e7aadb2
net: igmp: add a missing rcu locking section
by Eric Dumazet
· 7 years ago
b9a4072
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
0ba9871
inet: Avoid unitialized variable warning in inet_unhash()
by Geert Uytterhoeven
· 7 years ago
3aff3b4
tcp_bbr: fix pacing_gain to always be unity when using lt_bw
by Neal Cardwell
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
3f34cfa
netfilter: on sockopt() acquire sock lock only in the required scope
by Paolo Abeni
· 7 years ago
e4823fb
tcp_nv: fix potential integer overflow in tcpnv_acked
by Gustavo A. R. Silva
· 7 years ago
1a38956
netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
by Dmitry Vyukov
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
d772794
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
91e6dd8
ipmr: Fix ptrdiff_t print formatting
by James Hogan
· 7 years ago
9b42d55
tcp: release sk_frag.page in tcp_disconnect
by Li RongQing
· 7 years ago
30e948a
ipv4: Get the address of interface correctly.
by Tonghao Zhang
· 7 years ago
3e3ab9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
457740a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
9515a2e
net/ipv4: Allow send to local broadcast from a socket bound to a VRF
by David Ahern
· 7 years ago
c69de58
net: erspan: use bitfield instead of mask and offset
by William Tu
· 7 years ago
d448749
bpf: Add BPF_SOCK_OPS_STATE_CB
by Lawrence Brakmo
· 7 years ago
a31ad29
bpf: Add BPF_SOCK_OPS_RETRANS_CB
by Lawrence Brakmo
· 7 years ago
f89013f
bpf: Add sock_ops RTO callback
by Lawrence Brakmo
· 7 years ago
de525be
bpf: Support passing args to sock_ops bpf function
by Lawrence Brakmo
· 7 years ago
f15ca72
net: don't call update_pmtu unconditionally
by Nicolas Dichtel
· 7 years ago
4ee806d
net: tcp: close sock if net namespace is exiting
by Dan Streetman
· 7 years ago
8ec59b4
Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by David S. Miller
· 7 years ago
955bd1d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
6a88fbe
ipconfig: use dev_set_mtu()
by Al Viro
· 7 years ago
ca25c30
ip_rt_ioctl(): take copyin to caller
by Al Viro
· 8 years ago
03aef17
devinet_ioctl(): take copyin/copyout to caller
by Al Viro
· 8 years ago
36fd633
net: separate SIOCGIFCONF handling from dev_ioctl()
by Al Viro
· 8 years ago
5c38bd1
ip_tunnel: Use mark in skb by default
by Thomas Winter
· 7 years ago
97edf7c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
5ca1144
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
5efec5c
xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP version
by Yossi Kuperman
· 7 years ago
ad23b75
net: igmp: fix source address check for IGMPv3 reports
by Felix Fietkau
· 7 years ago
121d57a
gso: validate gso_type in GSO handlers
by Willem de Bruijn
· 7 years ago
cbcbeed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
e428660
tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR
by Yuchung Cheng
· 7 years ago
eb36be0
tcp: avoid min-RTT overestimation from delayed ACKs
by Yuchung Cheng
· 7 years ago
e553116
netfilter: remove messages print and boot/module load time
by Pablo Neira Ayuso
· 7 years ago
cc2d586
netfilter: nf_nat_snmp_basic: use asn1 decoder library
by Taehee Yoo
· 7 years ago
bea588b
netfilter: nf_nat_snmp_basic: use nf_ct_helper_log
by Taehee Yoo
· 7 years ago
8b8f081
netfilter: nf_nat_snmp_basic: replace ctinfo with dir.
by Taehee Yoo
· 7 years ago
e29e5dd
netfilter: nf_nat_snmp_basic: remove debug parameter
by Taehee Yoo
· 7 years ago
f4dbc4c
netfilter: nf_nat_snmp_basic: remove useless comment
by Taehee Yoo
· 7 years ago
c02b374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
96890d6
net: delete /proc THIS_MODULE references
by Alexey Dobriyan
· 7 years ago
41e4b39
netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdef
by Arnd Bergmann
· 7 years ago
b069b37
netfilter: nf_defrag: mark xt_table structures 'const' again
by Arnd Bergmann
· 7 years ago
8c2bc89
ip: Define usercopy region in IP proto slab cache
by David Windsor
· 7 years ago
cd9ff4d
ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY
by Jim Westfall
· 7 years ago
273c28b
net: Convert atomic_t net::count to refcount_t
by Kirill Tkhai
· 7 years ago
6503a30
net: ipv4: Make "ip route get" match iif lo rules again.
by Lorenzo Colitti
· 7 years ago
9c70f1a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
Next »