index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: warn on bogus MSS and try to amend it
Marcelo Ricardo Leitner
2016-12-06
1
-1
/
+21
*
net: ping: check minimum size on ICMP header length
Kees Cook
2016-12-05
1
-0
/
+4
*
ipv4: Drop suffix update from resize code
Alexander Duyck
2016-12-05
1
-21
/
+21
*
ipv4: Drop leaf from suffix pull/push functions
Alexander Duyck
2016-12-05
1
-12
/
+14
*
ipv4: Set skb->protocol properly for local output
Eli Cooper
2016-12-02
1
-0
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2016-12-01
1
-1
/
+1
|
\
|
*
esp4: Fix integrity verification when ESN are used
Tobias Brunner
2016-11-30
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2016-12-01
2
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...
Hongxu Jia
2016-11-30
1
-2
/
+2
|
*
netfilter: Update ip_route_me_harder to consider L3 domain
David Ahern
2016-11-24
1
-1
/
+4
*
|
GSO: Reload iph after pskb_may_pull
Arnaldo Carvalho de Melo
2016-11-29
1
-1
/
+1
*
|
tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set
Julian Wollrath
2016-11-28
1
-0
/
+1
*
|
udplite: call proper backlog handlers
Eric Dumazet
2016-11-24
3
-3
/
+3
|
/
*
tcp: zero ca_priv area when switching cc algorithms
Florian Westphal
2016-11-21
1
-1
/
+3
*
ipv4: Fix memory leak in exception case for splitting tries
Alexander Duyck
2016-11-16
1
-1
/
+3
*
ipv4: Restore fib_trie_flush_external function and fix call ordering
Alexander Duyck
2016-11-16
2
-5
/
+80
*
udp: restore UDPlite many-cast delivery
Pablo Neira
2016-11-15
1
-3
/
+3
*
igmp: do not remove igmp souce list info when set link down
Hangbin Liu
2016-11-15
1
-14
/
+36
*
tcp: take care of truncations done by sk_filter()
Eric Dumazet
2016-11-13
1
-1
/
+18
*
ipv4: use new_gw for redirect neigh lookup
Stephen Suryaputra Lin
2016-11-13
1
-1
/
+3
*
ipv4: update comment to document GSO fragmentation cases.
Lance Richardson
2016-11-10
1
-5
/
+11
*
net: tcp response should set oif only if it is L3 master
David Ahern
2016-11-09
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2016-11-09
1
-2
/
+4
|
\
|
*
netfilter: nft_dup: do not use sreg_dev if the user doesn't specify it
Liping Zhang
2016-10-31
1
-2
/
+4
*
|
net: icmp_route_lookup should use rt dev to determine L3 domain
David Ahern
2016-11-09
1
-2
/
+2
*
|
fib_trie: Correct /proc/net/route off by one error
Alexander Duyck
2016-11-07
1
-12
/
+9
*
|
tcp: fix return value for partial writes
Eric Dumazet
2016-11-03
1
-1
/
+1
*
|
ipv4: allow local fragmentation in ip_finish_output_gso()
Lance Richardson
2016-11-03
4
-17
/
+4
*
|
tcp: fix potential memory corruption
Eric Dumazet
2016-11-03
1
-1
/
+1
*
|
inet: fix sleeping inside inet_wait_for_connect()
WANG Cong
2016-11-03
1
-5
/
+4
*
|
dctcp: avoid bogus doubling of cwnd after loss
Florian Westphal
2016-10-31
1
-1
/
+12
|
/
*
udp: fix IP_CHECKSUM handling
Eric Dumazet
2016-10-26
2
-6
/
+7
*
ipv4: use the right lock for ping_group_range
WANG Cong
2016-10-22
1
-4
/
+4
*
ipv4: disable BH in set_ping_group_range()
Eric Dumazet
2016-10-20
1
-2
/
+2
*
udp: must lock the socket in udp_disconnect()
Eric Dumazet
2016-10-20
3
-4
/
+13
*
net: add recursion limit to GRO
Sabrina Dubroca
2016-10-20
4
-5
/
+5
*
tcp: do not export sysctl_tcp_low_latency
Eric Dumazet
2016-10-19
1
-1
/
+0
*
tcp: Remove unused but set variable
Tobias Klauser
2016-10-18
1
-2
/
+0
*
ipv4: Remove unused but set variable
Tobias Klauser
2016-10-18
1
-3
/
+0
*
net: Require exact match for TCP socket lookups if dif is l3mdev
David Ahern
2016-10-17
1
-3
/
+5
*
net: ipv4: Do not drop to make_route if oif is l3mdev
David Ahern
2016-10-13
1
-1
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-10-07
3
-15
/
+5
|
\
|
*
cred: simpler, 1D supplementary groups
Alexey Dobriyan
2016-10-07
1
-10
/
+5
|
*
mm: memcontrol: consolidate cgroup socket tracking
Johannes Weiner
2016-10-07
2
-5
/
+0
*
|
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-10-07
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
skb_splice_bits(): get rid of callback
Al Viro
2016-10-03
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-02
4
-9
/
+12
|
\
\
|
*
|
ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route
Nikolay Aleksandrov
2016-09-25
2
-2
/
+4
|
*
|
tcp: fix a compile error in DBGUNDO()
Eric Dumazet
2016-09-23
1
-2
/
+1
|
*
|
tcp: fix wrong checksum calculation on MTU probing
Douglas Caetano dos Santos
2016-09-23
1
-5
/
+7
|
|
/
[next]