index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
BACKPORT: net: ipv4: fix for a race condition in raw_sendmsg
Jonathan Solnit
2018-05-16
1
-5
/
+10
*
UPSTREAM: ipv4, ipv6: ensure raw socket message is big enough to hold an IP h...
Alexander Potapenko
2018-01-30
1
-0
/
+3
*
tcp: fix a compile error in DBGUNDO()
Eric Dumazet
2017-12-05
1
-2
/
+1
*
ipv4: add option to drop gratuitous ARP packets
Johannes Berg
2017-11-18
2
-0
/
+10
*
ipv4: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
2017-11-18
2
-1
/
+26
*
ipv4: initialize fib_trie prior to register_netdev_notifier call.
Mahesh Bandewar
2017-11-06
1
-4
/
+5
*
net: ping: do not abuse udp_poll()
Eric Dumazet
2017-11-06
1
-1
/
+1
*
tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
Wei Wang
2017-11-06
1
-0
/
+4
*
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
Neal Cardwell
2017-11-06
1
-2
/
+1
*
tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
Yuchung Cheng
2017-11-06
1
-2
/
+2
*
tcp: reset sk_rx_dst in tcp_disconnect()
WANG Cong
2017-11-06
1
-0
/
+2
*
tcp: disallow cwnd undo when switching congestion control
Yuchung Cheng
2017-11-06
1
-0
/
+1
*
netfilter: invoke synchronize_rcu after set the _hook_ to NULL
Liping Zhang
2017-11-06
1
-0
/
+1
*
tcp: fix xmit timer to only be reset if data ACKed/SACKed
Neal Cardwell
2017-11-06
2
-22
/
+15
*
tcp: enable xmit timer fix by having TLP use time when RTO should fire
Neal Cardwell
2017-11-06
1
-9
/
+5
*
tcp: introduce tcp_rto_delta_us() helper for xmit timer fix
Neal Cardwell
2017-11-06
1
-3
/
+1
*
udp: consistently apply ufo or fragmentation
Willem de Bruijn
2017-11-06
2
-3
/
+6
*
seq_file: remove "%n" usage from seq_file users
Tetsuo Handa
2017-09-23
4
-40
/
+36
*
tcp: initialize icsk_ack.lrcvtime at session start time
Eric Dumazet
2017-07-04
2
-1
/
+2
*
ipv4: provide stronger user input validation in nl_fib_input()
Eric Dumazet
2017-07-04
1
-1
/
+2
*
tcp: fix various issues for sockets morphing to listen state
Eric Dumazet
2017-07-04
2
-4
/
+9
*
igmp: Make igmp group member RFC 3376 compliant
Michal Tesar
2017-07-04
1
-1
/
+6
*
ping: implement proper locking
Eric Dumazet
2017-06-17
1
-2
/
+1
*
netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...
Hongxu Jia
2017-06-17
1
-2
/
+2
*
ipv4: igmp: Allow removing groups from a removed interface
Andrew Lunn
2017-06-17
1
-2
/
+4
*
dccp/tcp: fix routing redirect race
Jon Maxwell
2017-06-17
1
-1
/
+2
*
ipv4: mask tos for input route
Julian Anastasov
2017-06-17
1
-0
/
+1
*
vti4: Don't count header length twice.
Steffen Klassert
2017-06-17
1
-1
/
+0
*
ping: fix a null pointer dereference
WANG Cong
2017-06-17
1
-0
/
+2
*
netlabel: out of bound access in cipso_v4_validate()
Eric Dumazet
2017-06-17
1
-0
/
+4
*
tcp: initialize max window for a new fastopen socket
Alexey Kodanev
2017-06-17
1
-0
/
+1
*
netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...
Pablo Neira Ayuso
2017-05-30
2
-0
/
+4
*
net/ipv4: queue work on power efficient wq
viresh kumar
2017-05-24
1
-4
/
+6
*
net: tcp: split ack slow/fast events from cwnd_event
Florian Westphal
2017-05-24
2
-14
/
+26
*
tcp: remove unused min_cwnd member of tcp_congestion_ops
Stanislav Fomichev
2017-05-24
9
-18
/
+0
*
tcp: whitespace fixes
stephen hemminger
2017-05-24
13
-116
/
+102
*
net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.
Lorenzo Colitti
2017-05-23
1
-1
/
+2
*
net: inet: Support UID-based routing in IP protocols.
Lorenzo Colitti
2017-05-23
9
-22
/
+36
*
BACKPORT [UPSTREAM] net: add real socket cookies
Chenbo Feng
2017-05-23
1
-0
/
+1
*
net: core: add UID to flows, rules, and routes
Lorenzo Colitti
2017-05-23
2
-0
/
+12
*
Revert "net: core: Support UID-based routing."
Lorenzo Colitti
2017-05-23
8
-34
/
+13
*
Revert "Handle 'sk' being NULL in UID-based routing."
Lorenzo Colitti
2017-05-23
1
-1
/
+1
*
dccp/tcp: do not inherit mc_list from parent
Eric Dumazet
2017-05-22
1
-0
/
+2
*
ANDROID: Add untag hacks to inet_release function
Chenbo Feng
2017-05-20
1
-0
/
+4
*
net: ping: check minimum size on ICMP header length
Kees Cook
2017-05-10
1
-0
/
+4
*
Revert "net: ping: Fix stack buffer overflow in ping_common_sendmsg()"
Mister Oyster
2017-05-10
1
-1
/
+1
*
ping: implement proper locking
Eric Dumazet
2017-05-10
1
-2
/
+3
*
mtk: 3.10 updates
Mister Oyster
2017-04-29
6
-45
/
+39
*
ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif
Cong Wang
2017-04-29
4
-6
/
+4
*
Revert "netfilter: have ip*t REJECT set the sock err when an icmp is to be sent"
Erik Kline
2017-04-25
2
-20
/
+0
[next]