index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
xsk: add missing write- and data-dependency barrier
Björn Töpel
2018-05-22
1
-5
/
+9
*
xsk: remove explicit ring structure from uapi
Björn Töpel
2018-05-22
2
-0
/
+46
*
xsk: proper queue id check at bind
Magnus Karlsson
2018-05-22
1
-1
/
+7
*
xsk: remove rebind support
Björn Töpel
2018-05-22
1
-21
/
+9
*
bpf: allow sk_msg programs to read sock fields
John Fastabend
2018-05-18
1
-3
/
+111
*
xsk: proper '=' alignment
Björn Töpel
2018-05-18
1
-18
/
+18
*
xsk: fixed some cases of unnecessary parentheses
Björn Töpel
2018-05-18
3
-6
/
+5
*
xsk: remove newline at end of file
Björn Töpel
2018-05-18
1
-1
/
+0
*
xsk: clean up SPDX headers
Björn Töpel
2018-05-18
6
-60
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-16
7
-89
/
+552
|
\
|
*
bpf: sockmap, add hash map support
John Fastabend
2018-05-15
1
-0
/
+58
|
*
bpf: sockmap, refactor sockmap routines to work with hashmap
John Fastabend
2018-05-15
1
-23
/
+8
|
*
bpf: Provide helper to do forwarding lookups in kernel FIB table
David Ahern
2018-05-11
1
-0
/
+267
|
*
net/ipv6: Add fib lookup stubs for use in bpf helper
David Ahern
2018-05-11
2
-2
/
+37
|
*
net/ipv6: Update fib6 tracepoint to take fib6_info
David Ahern
2018-05-11
1
-8
/
+6
|
*
net/ipv6: Add fib6_lookup
David Ahern
2018-05-11
2
-2
/
+91
|
*
net/ipv6: Refactor fib6_rule_action
David Ahern
2018-05-11
1
-21
/
+31
|
*
net/ipv6: Extract table lookup from ip6_pol_route
David Ahern
2018-05-11
1
-14
/
+25
|
*
net/ipv6: Rename rt6_multipath_select
David Ahern
2018-05-11
1
-8
/
+9
|
*
net/ipv6: Rename fib6_lookup to fib6_node_lookup
David Ahern
2018-05-11
2
-10
/
+12
|
*
xsk: fix 64-bit division
Björn Töpel
2018-05-09
1
-1
/
+1
|
*
bpf: xdp: allow offloads to store into rx_queue_index
Jakub Kicinski
2018-05-09
1
-1
/
+8
*
|
sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers
Paolo Abeni
2018-05-16
2
-23
/
+10
*
|
net/smc: check for pending termination
Karsten Graul
2018-05-16
3
-3
/
+7
*
|
net/smc: drop messages when link state is inactive
Karsten Graul
2018-05-16
1
-0
/
+2
*
|
net/smc: set link inactive before calling smc_lgr_free()
Karsten Graul
2018-05-16
2
-1
/
+5
*
|
net/smc: handle all error codes from smc_conn_create()
Karsten Graul
2018-05-16
1
-0
/
+2
*
|
net/smc: use a workqueue to defer llc send
Karsten Graul
2018-05-16
4
-43
/
+104
*
|
net/smc: move link llc initialization to llc layer
Karsten Graul
2018-05-16
3
-6
/
+12
*
|
net/smc: simplify test_link function usage
Karsten Graul
2018-05-16
2
-9
/
+5
*
|
net/smc: remove unnecessary cast
Karsten Graul
2018-05-16
1
-3
/
+3
*
|
net/smc: register new rmbs with the peer
Karsten Graul
2018-05-16
5
-8
/
+64
*
|
net/smc: no tx work trigger for fallback sockets
Ursula Braun
2018-05-16
1
-2
/
+2
*
|
sctp: checkpatch fixups
Marcelo Ricardo Leitner
2018-05-14
1
-13
/
+7
*
|
sctp: add asoc and packet to sctp_flush_ctx
Marcelo Ricardo Leitner
2018-05-14
1
-53
/
+44
*
|
sctp: add sctp_flush_ctx, a context struct on outq_flush routines
Marcelo Ricardo Leitner
2018-05-14
1
-94
/
+88
*
|
sctp: rework switch cases in sctp_outq_flush_data
Marcelo Ricardo Leitner
2018-05-14
1
-98
/
+93
*
|
sctp: make use of gfp on retransmissions
Marcelo Ricardo Leitner
2018-05-14
1
-8
/
+9
*
|
sctp: move transport flush code out of sctp_outq_flush
Marcelo Ricardo Leitner
2018-05-14
1
-30
/
+26
*
|
sctp: move flushing of data chunks out of sctp_outq_flush
Marcelo Ricardo Leitner
2018-05-14
1
-74
/
+75
*
|
sctp: move outq data rtx code out of sctp_outq_flush
Marcelo Ricardo Leitner
2018-05-14
1
-43
/
+58
*
|
sctp: move the flush of ctrl chunks into its own function
Marcelo Ricardo Leitner
2018-05-14
1
-36
/
+56
*
|
sctp: factor out sctp_outq_select_transport
Marcelo Ricardo Leitner
2018-05-14
1
-97
/
+90
*
|
sctp: add sctp_packet_singleton
Marcelo Ricardo Leitner
2018-05-14
1
-7
/
+15
*
|
net: ipv4: ipconfig: fix unused variable
Anders Roxell
2018-05-13
1
-3
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-11
53
-185
/
+398
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-05-11
48
-169
/
+364
|
|
\
\
|
|
*
|
net sched actions: fix refcnt leak in skbmod
Roman Mashak
2018-05-11
1
-1
/
+4
|
|
*
|
net: sched: fix error path in tcf_proto_create() when modules are not configured
Jiri Pirko
2018-05-11
1
-1
/
+1
|
|
*
|
Merge tag 'rxrpc-fixes-20180510' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
2018-05-11
10
-48
/
+124
|
|
|
\
\
[next]