index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: mv88e6xxx: move trunk setup
Vivien Didelot
2018-04-30
3
-6
/
+21
*
net: phy: Fix modular PHYLIB build
Florian Fainelli
2018-04-28
3
-61
/
+40
*
udp: remove stray export symbol
Willem de Bruijn
2018-04-28
1
-1
/
+0
*
ipv6: sr: Add documentation for seg_flowlabel sysctl
Ahmed Abdelsalam
2018-04-28
1
-0
/
+13
*
drivers: net: replace UINT64_MAX with U64_MAX
Jisheng Zhang
2018-04-28
6
-24
/
+7
*
ptp_pch: use helpers function for converting between ns and timespec
YueHaibing
2018-04-27
1
-5
/
+2
*
net: qrtr: Expose tunneling endpoint to user space
Bjorn Andersson
2018-04-27
3
-0
/
+170
*
Merge branch 'selftests-Add-tests-for-mirroring-to-gretap'
David S. Miller
2018-04-27
10
-0
/
+1230
|
\
|
*
selftests: forwarding: Test changes in mirror-to-gretap
Petr Machata
2018-04-27
1
-0
/
+194
|
*
selftests: forwarding: Test neighbor updates when mirroring to gretap
Petr Machata
2018-04-27
1
-0
/
+101
|
*
selftests: forwarding: Test flower mirror to gretap
Petr Machata
2018-04-27
1
-0
/
+116
|
*
selftests: forwarding: Test mirror to gretap w/ bound dev
Petr Machata
2018-04-27
1
-0
/
+213
|
*
selftests: forwarding: Test gretap mirror with next-hop remote
Petr Machata
2018-04-27
1
-0
/
+117
|
*
selftests: forwarding: Add test for mirror to gretap
Petr Machata
2018-04-27
1
-0
/
+139
|
*
selftests: forwarding: Add libs for gretap mirror testing
Petr Machata
2018-04-27
4
-0
/
+350
|
/
*
Merge branch 'bnxt_en-next'
David S. Miller
2018-04-27
9
-113
/
+433
|
\
|
*
bnxt_en: Reserve rings at driver open if none was reserved at probe time.
Michael Chan
2018-04-27
1
-0
/
+31
|
*
bnxt_en: Reserve RSS and L2 contexts for VF.
Michael Chan
2018-04-27
3
-5
/
+14
|
*
bnxt_en: Don't reserve rings on VF when min rings were not provisioned by PF.
Michael Chan
2018-04-27
1
-1
/
+26
|
*
bnxt_en: Reserve rings in bnxt_set_channels() if device is down.
Michael Chan
2018-04-27
1
-0
/
+2
|
*
bnxt_en: add debugfs support for DIM
Andy Gospodarek
2018-04-27
5
-0
/
+156
|
*
bnxt_en: reduce timeout on initial HWRM calls
Andy Gospodarek
2018-04-27
2
-3
/
+29
|
*
bnxt_en: Increase RING_IDLE minimum threshold to 50
Andy Gospodarek
2018-04-27
1
-1
/
+1
|
*
bnxt_en: Do not allow VF to read EEPROM.
Michael Chan
2018-04-27
1
-0
/
+5
|
*
bnxt_en: Display function level rx/tx_discard_pkts via ethtool
Vasundhara Volam
2018-04-27
1
-0
/
+33
|
*
bnxt_en: Simplify ring alloc/free error messages.
Michael Chan
2018-04-27
1
-37
/
+6
|
*
bnxt_en: Do not set firmware time from VF driver on older firmware.
Michael Chan
2018-04-27
1
-1
/
+2
|
*
bnxt_en: Check the lengths of encapsulated firmware responses.
Michael Chan
2018-04-27
2
-0
/
+21
|
*
bnxt_en: Remap TC to hardware queues when configuring PFC.
Michael Chan
2018-04-27
1
-41
/
+60
|
*
bnxt_en: Add TC to hardware QoS queue mapping logic.
Michael Chan
2018-04-27
3
-24
/
+47
|
/
*
hv_netvsc: simplify receive side calling arguments
Stephen Hemminger
2018-04-27
1
-32
/
+26
*
Merge branch 'sctp-refactor-MTU-handling'
David S. Miller
2018-04-27
8
-134
/
+105
|
\
|
*
sctp: allow unsetting sockopt MAXSEG
Marcelo Ricardo Leitner
2018-04-27
1
-7
/
+0
|
*
sctp: consider idata chunks when setting SCTP_MAXSEG
Marcelo Ricardo Leitner
2018-04-27
1
-3
/
+6
|
*
sctp: honor PMTU_DISABLED when handling icmp
Marcelo Ricardo Leitner
2018-04-27
1
-3
/
+5
|
*
sctp: re-use sctp_transport_pmtu in sctp_transport_route
Marcelo Ricardo Leitner
2018-04-27
2
-22
/
+19
|
*
sctp: remove sctp_transport_pmtu_check
Marcelo Ricardo Leitner
2018-04-27
2
-15
/
+0
|
*
sctp: introduce sctp_dst_mtu
Marcelo Ricardo Leitner
2018-04-27
3
-9
/
+12
|
*
sctp: remove sctp_assoc_pending_pmtu
Marcelo Ricardo Leitner
2018-04-27
2
-8
/
+4
|
*
sctp: introduce sctp_assoc_update_frag_point
Marcelo Ricardo Leitner
2018-04-27
5
-39
/
+20
|
*
sctp: introduce sctp_mtu_payload
Marcelo Ricardo Leitner
2018-04-27
3
-20
/
+31
|
*
sctp: introduce sctp_assoc_set_pmtu
Marcelo Ricardo Leitner
2018-04-27
3
-9
/
+15
|
*
sctp: remove an if() that is always true
Marcelo Ricardo Leitner
2018-04-27
1
-4
/
+2
|
*
sctp: move transport pathmtu calc away of sctp_assoc_add_peer
Marcelo Ricardo Leitner
2018-04-27
2
-10
/
+7
|
*
sctp: remove old and unused SCTP_MIN_PMTU
Marcelo Ricardo Leitner
2018-04-27
1
-3
/
+2
|
/
*
selftests: pmtu: Minimum MTU for vti6 is 68
Stefano Brivio
2018-04-27
1
-2
/
+2
*
tcp: remove mss check in tcp_select_initial_window()
Wei Wang
2018-04-27
1
-5
/
+3
*
Merge branch 'smc-next'
David S. Miller
2018-04-27
7
-11
/
+122
|
\
|
*
net/smc: handle sockopt TCP_DEFER_ACCEPT
Ursula Braun
2018-04-27
4
-2
/
+31
|
*
net/smc: sockopts TCP_NODELAY and TCP_CORK
Ursula Braun
2018-04-27
2
-4
/
+40
[next]