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
...
|
*
|
|
net: udp: always set up for CHECKSUM_PARTIAL offload
Edward Cree
2016-02-12
1
-13
/
+1
|
*
|
|
net: local checksum offload for encapsulation
Edward Cree
2016-02-12
2
-15
/
+15
|
*
|
|
tcp/dccp: better use of ephemeral ports in bind()
Eric Dumazet
2016-02-12
1
-126
/
+114
|
*
|
|
tcp/dccp: better use of ephemeral ports in connect()
Eric Dumazet
2016-02-12
1
-85
/
+85
|
*
|
|
igmp: Namespacify igmp_qrv sysctl knob
Nikolay Borisov
2016-02-11
3
-22
/
+28
|
*
|
|
igmp: Namespaceify igmp_llm_reports sysctl knob
Nikolay Borisov
2016-02-11
3
-12
/
+18
|
*
|
|
igmp: Namespaceify igmp_max_msf sysctl knob
Nikolay Borisov
2016-02-11
4
-13
/
+12
|
*
|
|
igmp: Namespaceify igmp_max_memberships sysctl knob
Nikolay Borisov
2016-02-11
3
-10
/
+10
|
*
|
|
udp: Use uh->len instead of skb->len to compute checksum in segmentation
Alexander Duyck
2016-02-11
1
-15
/
+13
|
*
|
|
udp: Clean up the use of flags in UDP segmentation offload
Alexander Duyck
2016-02-11
1
-19
/
+18
|
*
|
|
gre: Use inner_proto to obtain inner header protocol
Alexander Duyck
2016-02-11
1
-4
/
+2
|
*
|
|
gre: Use GSO flags to determine csum need instead of GRE flags
Alexander Duyck
2016-02-11
1
-34
/
+30
|
*
|
|
net: Move skb_has_shared_frag check out of GRE code and into segmentation
Alexander Duyck
2016-02-11
1
-11
/
+0
|
*
|
|
net: Store checksum result for offloaded GSO checksums
Alexander Duyck
2016-02-11
1
-2
/
+6
|
*
|
|
net: Update remote checksum segmentation to support use of GSO checksum
Alexander Duyck
2016-02-11
1
-12
/
+10
|
*
|
|
net: Drop unecessary enc_features variable from tunnel segmentation functions
Alexander Duyck
2016-02-11
2
-6
/
+6
|
*
|
|
ipv4: add option to drop gratuitous ARP packets
Johannes Berg
2016-02-11
2
-0
/
+10
|
*
|
|
ipv4: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
2016-02-11
2
-1
/
+26
|
*
|
|
soreuseport: fast reuseport TCP socket selection
Craig Gallek
2016-02-11
3
-10
/
+72
|
*
|
|
inet: refactor inet[6]_lookup functions to take skb
Craig Gallek
2016-02-11
3
-7
/
+10
|
*
|
|
sock: struct proto hash function may error
Craig Gallek
2016-02-11
5
-9
/
+20
|
*
|
|
tcp: Fix syncookies sysctl default.
David S. Miller
2016-02-08
1
-1
/
+1
|
*
|
|
ipv4: Namespaceify tcp_notsent_lowat sysctl knob
Nikolay Borisov
2016-02-07
3
-10
/
+8
|
*
|
|
ipv4: Namespaceify tcp_fin_timeout sysctl knob
Nikolay Borisov
2016-02-07
3
-11
/
+11
|
*
|
|
ipv4: Namespaceify tcp_orphan_retries sysctl knob
Nikolay Borisov
2016-02-07
3
-9
/
+9
|
*
|
|
ipv4: Namespaceify tcp_retries2 sysctl knob
Nikolay Borisov
2016-02-07
4
-11
/
+12
|
*
|
|
ipv4: Namespaceify tcp_retries1 sysctl knob
Nikolay Borisov
2016-02-07
3
-12
/
+13
|
*
|
|
ipv4: Namespaceify tcp reordering sysctl knob
Nikolay Borisov
2016-02-07
5
-16
/
+17
|
*
|
|
ipv4: Namespaceify tcp syncookies sysctl knob
Nikolay Borisov
2016-02-07
5
-20
/
+18
|
*
|
|
ipv4: Namespaceify tcp synack retries sysctl knob
Nikolay Borisov
2016-02-07
4
-14
/
+11
|
*
|
|
ipv4: Namespaceify tcp syn retries sysctl knob
Nikolay Borisov
2016-02-07
4
-12
/
+15
|
*
|
|
tcp: tcp_cong_control helper
Yuchung Cheng
2016-02-07
1
-12
/
+19
|
*
|
|
tcp: make congestion control more robust against reordering
Yuchung Cheng
2016-02-07
1
-1
/
+1
|
*
|
|
tcp: refactor pkts acked accounting
Yuchung Cheng
2016-02-07
1
-4
/
+3
|
*
|
|
tcp: new delivery accounting
Yuchung Cheng
2016-02-07
1
-6
/
+15
|
*
|
|
tcp: move cwnd reduction after recovery state procesing
Yuchung Cheng
2016-02-07
1
-32
/
+28
|
*
|
|
tcp: retransmit after recovery processing and congestion control
Yuchung Cheng
2016-02-07
1
-12
/
+46
|
*
|
|
tcp: fastopen: call tcp_fin() if FIN present in SYNACK
Eric Dumazet
2016-02-06
2
-1
/
+4
|
*
|
|
tcp: do not enqueue skb with SYN flag
Eric Dumazet
2016-02-06
2
-2
/
+9
|
*
|
|
tcp: fastopen: accept data/FIN present in SYNACK message
Eric Dumazet
2016-02-06
2
-30
/
+37
*
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-03-17
3
-25
/
+40
|
\
\
\
\
|
*
|
|
|
tcp: Use ahash
Herbert Xu
2016-01-27
3
-25
/
+40
*
|
|
|
|
tags: Fix DEFINE_PER_CPU expansions
Peter Zijlstra
2016-03-15
1
-2
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
tcp: fix tcpi_segs_in after connection establishment
Eric Dumazet
2016-03-07
1
-1
/
+2
*
|
|
|
mld, igmp: Fix reserved tailroom calculation
Benjamin Poirier
2016-03-03
1
-2
/
+1
*
|
|
|
ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
Hannes Frederic Sowa
2016-02-24
1
-1
/
+4
*
|
|
|
tunnel: Clear IPCB(skb)->opt before dst_link_failure called
Bernie Harris
2016-02-23
2
-1
/
+4
*
|
|
|
tcp: convert cached rtt from usec to jiffies when feeding initial rto
Konstantin Khlebnikov
2016-02-23
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
rtnl: RTM_GETNETCONF: fix wrong return value
Anton Protopopov
2016-02-19
1
-1
/
+1
*
|
|
gre: clear IFF_TX_SKB_SHARING
Jiri Benc
2016-02-18
1
-2
/
+3
[prev]
[next]