index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
gre: do not assign header_ops in collect metadata mode
Jiri Benc
2016-04-28
1
-2
/
+3
*
|
|
|
net: add __sock_wfree() helper
Eric Dumazet
2016-05-03
1
-1
/
+1
*
|
|
|
net: relax expensive skb_unclone() in iptunnel_handle_offloads()
Eric Dumazet
2016-05-03
1
-1
/
+1
*
|
|
|
gre: Create common functions for transmit
Tom Herbert
2016-05-02
1
-47
/
+5
*
|
|
|
gre: Move utility functions to common headers
Tom Herbert
2016-05-02
2
-129
/
+84
*
|
|
|
tcp: make tcp_sendmsg() aware of socket backlog
Eric Dumazet
2016-05-02
1
-2
/
+6
*
|
|
|
udp: prepare for non BH masking at backlog processing
Eric Dumazet
2016-05-02
1
-2
/
+2
*
|
|
|
tcp: do not block bh during prequeue processing
Eric Dumazet
2016-05-02
2
-32
/
+2
*
|
|
|
tcp: do not assume TCP code is non preemptible
Eric Dumazet
2016-05-02
10
-93
/
+98
*
|
|
|
tcp: give prequeue mode some care
Eric Dumazet
2016-04-28
1
-5
/
+5
*
|
|
|
tcp: Handle eor bit when fragmenting a skb
Martin KaFai Lau
2016-04-28
1
-0
/
+9
*
|
|
|
tcp: Handle eor bit when coalescing skb
Martin KaFai Lau
2016-04-28
2
-0
/
+8
*
|
|
|
tcp: Make use of MSG_EOR in tcp_sendmsg
Martin KaFai Lau
2016-04-28
1
-2
/
+5
*
|
|
|
tcp: remove SKBTX_ACK_TSTAMP since it is redundant
Soheil Hassas Yeganeh
2016-04-28
3
-10
/
+15
*
|
|
|
tcp: remove an unnecessary check in tcp_tx_timestamp
Soheil Hassas Yeganeh
2016-04-28
1
-1
/
+1
*
|
|
|
net: rename NET_{ADD|INC}_STATS_BH()
Eric Dumazet
2016-04-27
15
-120
/
+124
*
|
|
|
net: rename IP_UPD_PO_STATS_BH()
Eric Dumazet
2016-04-27
1
-3
/
+3
*
|
|
|
net: rename IP_ADD_STATS_BH()
Eric Dumazet
2016-04-27
2
-4
/
+4
*
|
|
|
net: rename IP_INC_STATS_BH()
Eric Dumazet
2016-04-27
5
-24
/
+24
*
|
|
|
net: icmp: rename ICMPMSGIN_INC_STATS_BH()
Eric Dumazet
2016-04-27
1
-1
/
+1
*
|
|
|
net: tcp: rename TCP_INC_STATS_BH
Eric Dumazet
2016-04-27
5
-17
/
+17
*
|
|
|
net: udp: rename UDP_INC_STATS_BH()
Eric Dumazet
2016-04-27
1
-23
/
+23
*
|
|
|
net: rename ICMP_INC_STATS_BH()
Eric Dumazet
2016-04-27
3
-10
/
+10
*
|
|
|
net: snmp: kill various STATS_USER() helpers
Eric Dumazet
2016-04-27
2
-18
/
+18
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-27
1
-1
/
+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
ipv4/fib: don't warn when primary address is missing if in_dev is dead
Paolo Abeni
2016-04-24
1
-1
/
+5
*
|
|
|
sock_diag: align nlattr properly when needed
Nicolas Dichtel
2016-04-26
1
-3
/
+6
*
|
|
|
net: better drop monitoring in ip{6}_recv_error()
Eric Dumazet
2016-04-25
1
-5
/
+5
*
|
|
|
tcp: SYN packets are now simply consumed
Eric Dumazet
2016-04-25
1
-18
/
+1
*
|
|
|
soreuseport: Resolve merge conflict for v4/v6 ordering fix
Craig Gallek
2016-04-25
1
-1
/
+5
|
|
/
/
|
/
|
|
*
|
|
tcp-tso: do not split TSO packets at retransmit time
Eric Dumazet
2016-04-24
3
-38
/
+32
*
|
|
tcp: Merge txstamp_ack in tcp_skb_collapse_tstamp
Martin KaFai Lau
2016-04-24
1
-0
/
+2
*
|
|
tcp: Carry txstamp_ack in tcp_fragment_tstamp
Martin KaFai Lau
2016-04-24
1
-0
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-04-24
2
-455
/
+175
|
\
\
\
|
*
|
|
netfilter: x_tables: introduce and use xt_copy_counters_from_user
Florian Westphal
2016-04-14
2
-86
/
+10
|
*
|
|
netfilter: x_tables: remove obsolete check
Florian Westphal
2016-04-14
2
-15
/
+0
|
*
|
|
netfilter: x_tables: remove obsolete overflow check for compat case too
Florian Westphal
2016-04-14
2
-4
/
+0
|
*
|
|
netfilter: x_tables: do compat validation via translate_table
Florian Westphal
2016-04-14
2
-217
/
+52
|
*
|
|
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
Florian Westphal
2016-04-14
2
-29
/
+14
|
*
|
|
netfilter: arp_tables: simplify translate_compat_table args
Florian Westphal
2016-04-14
1
-46
/
+36
|
*
|
|
netfilter: ip_tables: simplify translate_compat_table args
Florian Westphal
2016-04-14
1
-35
/
+24
|
*
|
|
netfilter: x_tables: check for bogus target offset
Florian Westphal
2016-04-14
2
-4
/
+6
|
*
|
|
netfilter: x_tables: add compat version of xt_check_entry_offsets
Florian Westphal
2016-04-14
2
-2
/
+4
|
*
|
|
netfilter: x_tables: kill check_entry helper
Florian Westphal
2016-04-14
2
-23
/
+16
|
*
|
|
netfilter: x_tables: add and use xt_check_entry_offsets
Florian Westphal
2016-04-14
2
-21
/
+2
|
*
|
|
netfilter: x_tables: validate targets of jumps
Florian Westphal
2016-04-14
2
-0
/
+32
|
*
|
|
netfilter: x_tables: don't move to non-existent next rule
Florian Westphal
2016-04-14
2
-3
/
+9
*
|
|
|
libnl: nla_put_msecs(): align on a 64-bit area
Nicolas Dichtel
2016-04-23
1
-2
/
+4
*
|
|
|
libnl: nla_put_be64(): align on a 64-bit area
Nicolas Dichtel
2016-04-23
1
-4
/
+6
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-23
5
-6
/
+48
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
[prev]
[next]