Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
aa7c352f9841ab3fee5bf1de127a45e6310124a6
/
net
/
ipv4
1b5f962
soreuseport: fix initialization race
by Craig Gallek
· 7 years ago
197df02
udp: make some messages more descriptive
by Matteo Croce
· 7 years ago
c92e8c0
tcp/dccp: fix ireq->opt races
by Eric Dumazet
· 7 years ago
12ed377
ip: update policy routing config help
by Stephen Hemminger
· 7 years ago
75cb070
Revert "net: defer call to cgroup_sk_alloc()"
by Eric Dumazet
· 7 years ago
fbb1fb4
net: defer call to cgroup_sk_alloc()
by Eric Dumazet
· 7 years ago
9f1c267
net: memcontrol: defer call to mem_cgroup_sk_alloc()
by Eric Dumazet
· 7 years ago
fb60bcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
996b44f
udp: fix bcast packet reception
by Paolo Abeni
· 7 years ago
6c0e728
ipv4: Fix traffic triggered IPsec connections.
by Steffen Klassert
· 7 years ago
49f817d
netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hook
by Lin Zhang
· 7 years ago
3d0241d
gso: fix payload length when gso_size is zero
by Alexey Kodanev
· 7 years ago
c84bed4
ip_gre: erspan device should keep dst
by Xin Long
· 7 years ago
c122fda
ip_gre: set tunnel hlen properly in erspan_tunnel_init
by Xin Long
· 7 years ago
5513d08
ip_gre: check packet length and mtu correctly in erspan_xmit
by Xin Long
· 7 years ago
935a974
ip_gre: get key from session_id correctly in erspan_rcv
by Xin Long
· 7 years ago
bc044e8
udp: perform source validation for mcast early demux
by Paolo Abeni
· 7 years ago
7487449
IPv4: early demux can return an error code
by Paolo Abeni
· 7 years ago
d51711c
ip_gre: ipgre_tap device should keep dst
by Xin Long
· 7 years ago
35f493b
inetpeer: fix RCU lookup() again
by Eric Dumazet
· 7 years ago
36f6ee2
vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit
by Alexey Kodanev
· 7 years ago
fbed24b
inet: fix improper empty comparison
by Josef Bacik
· 7 years ago
7a56673
net: use inet6_rcv_saddr to compare sockets
by Josef Bacik
· 7 years ago
cbb2fb5
net: set tb->fast_sk_family
by Josef Bacik
· 7 years ago
b5b7db8
tcp: fastopen: fix on syn-data transmit failure
by Eric Dumazet
· 7 years ago
4c71244
tcp: remove two unused functions
by Yuchung Cheng
· 7 years ago
fc22579
tcp: fix data delivery rate
by Eric Dumazet
· 7 years ago
8c72c65
tcp: update skb->skb_mstamp more carefully
by Eric Dumazet
· 7 years ago
cbea8f0
net: ipv4: fix l3slave check for index returned in IP_PKTINFO
by David Ahern
· 7 years ago
833a8b4
ip_tunnel: fix ip tunnel lookup in collect_md mode
by Haishuang Yan
· 7 years ago
da8ab57
tcp/dccp: remove reqsk_put() from inet_child_forget()
by Eric Dumazet
· 7 years ago
0f693f1
ip_tunnel: fix setting ttl and tos value in collect_md mode
by Haishuang Yan
· 7 years ago
1f3b359
tcp: fix a request socket leak
by Eric Dumazet
· 7 years ago
1080746
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
a5d7a71
netfilter: xtables: add scheduling opportunity in get_counters
by Florian Westphal
· 7 years ago
ca2c141
udp: drop head states only when all skb references are gone
by Paolo Abeni
· 7 years ago
aae3dbb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
18fb0b4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
9efdb14
net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.
by Varsha Rao
· 7 years ago
44d6e2f2
net: Replace NF_CT_ASSERT() with WARN_ON().
by Varsha Rao
· 7 years ago
d1c1e39
netfilter: remove unused hooknum arg from packet functions
by Florian Westphal
· 7 years ago
edc2988
Merge branch 'linus' into locking/core, to fix up conflicts
by Ingo Molnar
· 7 years ago
b63f604
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
5a63643
Revert "net: fix percpu memory leaks"
by Jesper Dangaard Brouer
· 7 years ago
fb452a1
Revert "net: use lib/percpu_counter API for fragmentation mem accounting"
by Jesper Dangaard Brouer
· 7 years ago
864150d
net: Add module reference to FIB notifiers
by Ido Schimmel
· 7 years ago
db5bce3
net: prepare (struct ubuf_info)->refcnt conversion
by Eric Dumazet
· 7 years ago
c03fa9b
tcp_diag: report TCP MD5 signing keys and addresses
by Ivan Delalande
· 7 years ago
b37e884
inet_diag: allow protocols to provide additional data
by Ivan Delalande
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
4cc5b44
inetpeer: fix RCU lookup()
by Eric Dumazet
· 7 years ago
e8a732d
udp: fix secpath leak
by Yossi Kuperman
· 7 years ago
47ebcc0
xfrm: Add support for network devices capable of removing the ESP trailer
by Yossi Kuperman
· 7 years ago
31770e3
tcp: Revert "tcp: remove header prediction"
by Florian Westphal
· 7 years ago
c1d2b4c
tcp: Revert "tcp: remove CA_ACK_SLOWPATH"
by Florian Westphal
· 7 years ago
eaa72dc
neigh: increase queue_len_bytes to match wmem_default
by Eric Dumazet
· 7 years ago
04f1c4a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
a8e3bb3
net: Add comment that early_demux can change via sysctl
by David Ahern
· 7 years ago
1a66a83
gre: add collect_md mode to ERSPAN tunnel
by William Tu
· 7 years ago
862a03c
gre: refactor the gre_fb_xmit
by William Tu
· 7 years ago
0315793
Revert "ipv4: make net_protocol const"
by David Ahern
· 7 years ago
aa8db49
ipv4: make net_protocol const
by Bhumika Goyal
· 7 years ago
64f0f5d
udp6: set rx_dst_cookie on rx_dst updates
by Paolo Abeni
· 7 years ago
bd9dfc5
tcp: fix hang in tcp_sendpage_locked()
by Eric Dumazet
· 7 years ago
ebfa00c
tcp: fix refcnt leak with ebpf congestion control
by Sabrina Dubroca
· 7 years ago
10c9850
Merge branch 'linus' into locking/core, to pick up fixes
by Ingo Molnar
· 7 years ago
54ffd79
esp: Fix skb tailroom calculation
by Steffen Klassert
· 7 years ago
36ff0dd
esp: Fix locking on page fragment allocation
by Steffen Klassert
· 7 years ago
af57d2b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
9195083
netfilter: conntrack: place print_tuple in procfs part
by Florian Westphal
· 7 years ago
09ec82f
netfilter: conntrack: remove protocol name from l4proto struct
by Florian Westphal
· 7 years ago
a3134d5
netfilter: conntrack: remove protocol name from l3proto struct
by Florian Westphal
· 7 years ago
0d03510
netfilter: conntrack: compute l3proto nla size at compile time
by Florian Westphal
· 7 years ago
eee6ebb
netfilter: nf_nat_h323: fix logical-not-parentheses warning
by Nick Desaulniers
· 7 years ago
60890e0
gre: remove duplicated assignment of iph
by Colin Ian King
· 7 years ago
5f9ae3d
ipv4: do metrics match when looking up and deleting a route
by Xin Long
· 7 years ago
98aaa91
tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg
by Mike Maloney
· 7 years ago
e3d0328
gre: fix goto statement typo
by William Tu
· 7 years ago
84e54fe
gre: introduce native tunnel support for ERSPAN
by William Tu
· 7 years ago
ab2fb7e
udp: remove unreachable ufo branches
by Willem de Bruijn
· 7 years ago
1119936
tcp: Remove the unused parameter for tcp_try_fastopen.
by Tonghao Zhang
· 7 years ago
49c7158
tcp: Get a proper dst before checking it.
by Tonghao Zhang
· 7 years ago
0c8d2d9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
e2a7c34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a43dce9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
0888e37
net: inet: diag: expose sockets cgroup classid
by Levin, Alexander (Sasha Levin)
· 7 years ago
cdbeb63
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
by Neal Cardwell
· 7 years ago
bc3aae2
net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set
by Roopa Prabhu
· 7 years ago
9620fef
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
by Eric Dumazet
· 7 years ago
a0917e0
datagram: When peeking datagrams with offset < 0 don't skip empty skbs
by Matthew Dawson
· 7 years ago
c780a04
ipv4: better IP_MAX_MTU enforcement
by Eric Dumazet
· 7 years ago
774c467
tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.
by David S. Miller
· 7 years ago
c7b725b
net: igmp: Use ingress interface rather than vrf device
by David Ahern
· 7 years ago
463910e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
394f51a
ipv4: route: set ipv4 RTM_GETROUTE to not use rtnl
by Florian Westphal
· 7 years ago
187e5b3
ipv4: fix NULL dereference in free_fib_info_rcu()
by Eric Dumazet
· 7 years ago
d624d27
tcp: fix possible deadlock in TCP stack vs BPF filter
by Eric Dumazet
· 7 years ago
539a06b
tcp: ulp: avoid module refcnt leak in tcp_set_ulp
by Sabrina Dubroca
· 7 years ago
2c87d63
ipv4: route: fix inet_rtm_getroute induced crash
by Florian Westphal
· 7 years ago
1dfa763
net: ipv4: add check for l3slave for index returned in IP_PKTINFO
by David Ahern
· 7 years ago
Next »