index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
stack.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-04
tools: tc-testing: Add notap option
Brenda J. Butler
1
-11
/
+23
2018-03-04
selftests: forwarding: Add multipath test for L4 hashing
David Ahern
1
-0
/
+44
2018-03-04
net: Remove unused get_hash_from_flow functions
David Ahern
2
-32
/
+0
2018-03-04
mlxsw: spectrum_router: Add support for ipv6 hash policy update
David Ahern
1
-1
/
+14
2018-03-04
net/ipv6: Add support for path selection using hash of 5-tuple
David Ahern
7
-19
/
+91
2018-03-04
net/ipv6: Pass skb to route lookup
David Ahern
18
-54
/
+83
2018-03-04
net: Rename NETEVENT_MULTIPATH_HASH_UPDATE
David Ahern
3
-3
/
+3
2018-03-04
net/ipv6: Make rt6_multipath_hash similar to fib_multipath_hash
David Ahern
1
-4
/
+10
2018-03-04
net/ipv4: Simplify fib_multipath_hash with optional flow keys
David Ahern
1
-14
/
+10
2018-03-04
net: Align ip_multipath_l3_keys and ip6_multipath_l3_keys
David Ahern
2
-11
/
+13
2018-03-04
net/ipv4: Pass net to fib_multipath_hash instead of fib_info
David Ahern
3
-5
/
+4
2018-03-04
sctp: adjust some codes in a better order in sctp_sendmsg
Xin Long
1
-18
/
+18
2018-03-04
sctp: improve some variables in sctp_sendmsg
Xin Long
1
-15
/
+14
2018-03-04
sctp: remove the unnecessary transport looking up from sctp_sendmsg
Xin Long
1
-18
/
+6
2018-03-04
sctp: factor out sctp_sendmsg_update_sinfo from sctp_sendmsg
Xin Long
1
-9
/
+17
2018-03-04
sctp: factor out sctp_sendmsg_parse from sctp_sendmsg
Xin Long
1
-103
/
+69
2018-03-04
sctp: factor out sctp_sendmsg_get_daddr from sctp_sendmsg
Xin Long
1
-24
/
+34
2018-03-04
sctp: factor out sctp_sendmsg_check_sflags from sctp_sendmsg
Xin Long
1
-36
/
+36
2018-03-04
sctp: factor out sctp_sendmsg_new_asoc from sctp_sendmsg
Xin Long
1
-115
/
+86
2018-03-04
sctp: factor out sctp_sendmsg_to_asoc from sctp_sendmsg
Xin Long
1
-131
/
+99
2018-03-02
net/usb/kalmia: use ARRAY_SIZE for various array sizing calculations
Colin Ian King
1
-4
/
+4
2018-03-02
cxgb4: Add TP Congestion map entry for single-port
Ganesh Goudar
1
-0
/
+1
2018-03-02
cxgb4: remove dead code when allocating filter
Ganesh Goudar
1
-6
/
+0
2018-03-02
net: Convert hwsim_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-02
mac80211_hwsim: Make hwsim_netgroup IDA
Kirill Tkhai
1
-6
/
+8
2018-03-02
tools: bpftool: add support for quotations in batch files
Quentin Monnet
1
-14
/
+51
2018-03-02
tools: bpftool: read from stdin when batch file name is "-"
Quentin Monnet
1
-2
/
+6
2018-03-02
tools: bpftool: support continuation lines in batch files
Quentin Monnet
1
-4
/
+32
2018-03-02
tools: bpftool: support comments in batch files
Quentin Monnet
1
-0
/
+5
2018-03-02
tcp_bbr: remove bbr->tso_segs_goal
Eric Dumazet
1
-8
/
+4
2018-03-02
tcp_bbr: better deal with suboptimal GSO (II)
Eric Dumazet
3
-21
/
+23
2018-03-02
tools: bpftool: add bash completion for CFG dump
Quentin Monnet
1
-4
/
+9
2018-03-02
tools: bpftool: new command-line option and documentation for 'visual'
Jiong Wang
2
-7
/
+23
2018-03-02
tools: bpftool: generate .dot graph from CFG information
Jiong Wang
3
-0
/
+147
2018-03-02
tools: bpftool: add out edges for each basic-block
Jiong Wang
1
-2
/
+160
2018-03-02
tools: bpftool: partition basic-block for each function in the CFG
Jiong Wang
1
-1
/
+117
2018-03-02
tools: bpftool: detect sub-programs from the eBPF sequence
Jiong Wang
2
-0
/
+190
2018-03-02
tools: bpftool: factor out xlated dump related code into separate file
Jiong Wang
3
-254
/
+349
2018-03-02
tools: bpftool: remove unnecessary 'if' to reduce indentation
Jiong Wang
1
-20
/
+18
2018-03-02
socket: skip checking sk_err for recvmmsg(MSG_ERRQUEUE)
Soheil Hassas Yeganeh
1
-4
/
+6
2018-03-02
net: phy: marvell10g: Utilize gen10g_no_soft_reset()
Florian Fainelli
1
-10
/
+1
2018-03-02
net: phy: cortina: Utilize generic functions
Florian Fainelli
1
-15
/
+3
2018-03-02
net: phy: teranetics: Utilize generic functions
Florian Fainelli
1
-27
/
+5
2018-03-02
net: phy: Export gen10g_* functions
Florian Fainelli
2
-7
/
+21
2018-03-02
net: phy: aquantia: Utilize genphy_c45_aneg_done()
Florian Fainelli
1
-14
/
+6
2018-03-02
net/mac89x0: Replace custom debug logging with netif_* calls
Finn Thain
1
-32
/
+15
2018-03-02
net/mac89x0: Fix and modernize log messages
Finn Thain
1
-10
/
+9
2018-03-02
net/mac89x0: Convert to platform_driver
Finn Thain
4
-43
/
+33
2018-03-02
net/mac89x0: Remove redundant code
Finn Thain
1
-32
/
+0
2018-03-02
selftests: forwarding: Add description to the multipath tests
David Ahern
1
-17
/
+20
[next]