index
:
kernel_htc_msm8974.git
lp5.1
q10.0
r11.0
r11.1
s12.0
s12.1
kernel_htc_msm8974
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: diag: support SOCK_DESTROY for UDP sockets
David Ahern
2021-03-13
1
-0
/
+1
*
net: inet: Support UID-based routing in IP protocols.
Lorenzo Colitti
2021-03-13
4
-4
/
+8
*
net: add sk_fullsock() helper
Eric Dumazet
2021-03-13
1
-0
/
+10
*
ipv6: Handle PMTU in ICMP error handlers.
David S. Miller
2021-03-13
1
-4
/
+4
*
net: core: Add a UID field to struct sock.
Lorenzo Colitti
2021-03-13
1
-0
/
+7
*
BACKPORT: net: sock: make sock_tx_timestamp void
Daniel Borkmann
2021-03-13
1
-3
/
+2
*
xfrm: force a garbage collection after deleting a policy
Paul Moore
2021-03-13
1
-0
/
+5
*
xfrm: allow to avoid copying DSCP during encapsulation
Nicolas Dichtel
2021-03-13
1
-0
/
+1
*
xfrm: Add a state resolution packet queue
Steffen Klassert
2021-03-13
2
-0
/
+8
*
net: Document dst->obsolete better.
David S. Miller
2021-03-13
1
-1
/
+13
*
pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk...
Jussi Kivilinna
2021-03-13
1
-2
/
+3
*
xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().
YOSHIFUJI Hideaki / 吉藤英明
2021-03-13
1
-6
/
+12
*
xfrm_user: Propagate netlink error codes properly.
David S. Miller
2021-03-13
1
-6
/
+4
*
xfrm: Stop using NLA_PUT*().
David S. Miller
2021-03-13
1
-2
/
+3
*
xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire
Fan Du
2021-03-13
1
-1
/
+1
*
Fix unexpected SA hard expiration after changing date
Fan Du
2021-03-13
1
-0
/
+4
*
net: Add optional SKB arg to dst_ops->neigh_lookup().
David S. Miller
2021-03-13
2
-2
/
+10
*
xfrm: Convert several xfrm policy match functions to bool.
David S. Miller
2021-03-13
1
-6
/
+6
*
tcp: GSO should be TSQ friendly
Eric Dumazet
2021-03-13
1
-0
/
+1
*
tcp: TCP Small Queues
Eric Dumazet
2021-03-13
2
-0
/
+6
*
tcp: add tcpi_bytes_acked to tcp_info
Eric Dumazet
2020-12-08
1
-1
/
+1
*
net: add missing sk_max_pacing_rate doc
Eric Dumazet
2020-12-08
1
-0
/
+1
*
net: introduce SO_MAX_PACING_RATE
Eric Dumazet
2020-12-08
1
-0
/
+1
*
tcp: TSO packets automatic sizing
Eric Dumazet
2020-12-08
2
-0
/
+3
*
tcp: remove Appropriate Byte Count support
Stephen Hemminger
2020-12-08
1
-1
/
+0
*
tunnel: implement 64 bits statistics
stephen hemminger
2020-12-08
1
-0
/
+2
*
net: Do not clear the sock TX queue in sk_set_socket()
Tariq Toukan
2020-08-05
1
-1
/
+0
*
tcp: cache line align MAX_TCP_HEADER
Eric Dumazet
2020-06-11
1
-1
/
+1
*
mm: Rename CGROUP_MEM_RES_CTLR to MEMCG
Arne Coucheron
2020-05-23
1
-2
/
+2
*
inet: switch IP ID generator to siphash
Eric Dumazet
2020-04-04
1
-0
/
+2
*
ipv6: hash net ptr into fragmentation bucket selection
Hannes Frederic Sowa
2020-04-04
1
-2
/
+3
*
ipv4: ip_tunnel: use net namespace from rtable not socket
Hannes Frederic Sowa
2020-04-04
1
-1
/
+1
*
ipv4: hash net ptr into fragmentation bucket selection
Hannes Frederic Sowa
2020-04-04
2
-6
/
+9
*
tcp: Clear sk_send_head after purging the write queue
Ben Hutchings
2020-04-04
1
-0
/
+3
*
tcp/dccp: drop SYN packets if accept queue is full
Eric Dumazet
2020-02-15
1
-5
/
+0
*
tcp: fix tcp_rtx_queue_tail in case of empty retransmit queue
Tim Froidcoeur
2020-02-15
1
-0
/
+4
*
netns: provide pure entropy for net_hash_mix()
Eric Dumazet
2020-02-15
2
-14
/
+5
*
tcp: be more careful in tcp_fragment()
Eric Dumazet
2020-02-15
1
-0
/
+17
*
vxlan: Use RCU apis to access sk_user_data.
Pravin B Shelar
2020-02-15
1
-0
/
+5
*
tcp: add tcp_min_snd_mss sysctl
Eric Dumazet
2020-02-15
1
-0
/
+1
*
tcp: limit payload size of sacked skbs
Eric Dumazet
2020-02-15
1
-0
/
+2
*
net: fix possible overflow in __sk_mem_raise_allocated()
Eric Dumazet
2020-02-15
1
-1
/
+1
*
netfilter: add connlabel conntrack extension
Florian Westphal
2018-11-19
3
-0
/
+62
*
netfilter: xt_CT: recover NOTRACK target support
Pablo Neira Ayuso
2018-11-19
1
-0
/
+1
*
netfilter: nf_nat: Handle routing changes in MASQUERADE target
Jozsef Kadlecsik
2018-11-18
1
-0
/
+15
*
netfilter: ip6tables: add MASQUERADE target
Patrick McHardy
2018-11-18
2
-2
/
+4
*
netfilter: ipv6: add IPv6 NAT support
Patrick McHardy
2018-11-18
3
-0
/
+7
*
net: core: add function for incremental IPv6 pseudo header checksum updates
Patrick McHardy
2018-11-18
1
-0
/
+3
*
ipv4: fix path MTU discovery with connection tracking
Patrick McHardy
2018-11-18
2
-0
/
+4
*
netfilter: add protocol independent NAT core
Patrick McHardy
2018-11-18
9
-90
/
+125
[next]