index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
sysctl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-27
sctp: re-use sctp_transport_pmtu in sctp_transport_route
Marcelo Ricardo Leitner
2
-22
/
+19
2018-04-27
sctp: remove sctp_transport_pmtu_check
Marcelo Ricardo Leitner
2
-15
/
+0
2018-04-27
sctp: introduce sctp_dst_mtu
Marcelo Ricardo Leitner
3
-9
/
+12
2018-04-27
sctp: remove sctp_assoc_pending_pmtu
Marcelo Ricardo Leitner
2
-8
/
+4
2018-04-27
sctp: introduce sctp_assoc_update_frag_point
Marcelo Ricardo Leitner
5
-39
/
+20
2018-04-27
sctp: introduce sctp_mtu_payload
Marcelo Ricardo Leitner
3
-20
/
+31
2018-04-27
sctp: introduce sctp_assoc_set_pmtu
Marcelo Ricardo Leitner
3
-9
/
+15
2018-04-27
sctp: remove an if() that is always true
Marcelo Ricardo Leitner
1
-4
/
+2
2018-04-27
sctp: move transport pathmtu calc away of sctp_assoc_add_peer
Marcelo Ricardo Leitner
2
-10
/
+7
2018-04-27
sctp: remove old and unused SCTP_MIN_PMTU
Marcelo Ricardo Leitner
1
-3
/
+2
2018-04-27
selftests: pmtu: Minimum MTU for vti6 is 68
Stefano Brivio
1
-2
/
+2
2018-04-27
tcp: remove mss check in tcp_select_initial_window()
Wei Wang
1
-5
/
+3
2018-04-27
net/smc: handle sockopt TCP_DEFER_ACCEPT
Ursula Braun
4
-2
/
+31
2018-04-27
net/smc: sockopts TCP_NODELAY and TCP_CORK
Ursula Braun
2
-4
/
+40
2018-04-27
net/smc: handle sockopts forcing fallback
Ursula Braun
1
-4
/
+50
2018-04-27
net/smc: fix structure size
Karsten Graul
2
-2
/
+2
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
195
-4624
/
+222
2018-04-27
net: Fix coccinelle warning
Kirill Tkhai
1
-1
/
+1
2018-04-27
geneve: fix build with modular IPV6
Tobias Regnery
1
-0
/
+1
2018-04-27
s390/qeth: improve fallback to random MAC address
Julian Wiedmann
1
-10
/
+13
2018-04-27
s390/qeth: add IPv6 RX checksum offload support
Kittipon Meesompop
3
-8
/
+33
2018-04-27
s390/qeth: add IPv6 TX checksum offload support
Kittipon Meesompop
5
-15
/
+38
2018-04-27
s390/qeth: extend Checksum Offload Assists for IPv6
Kittipon Meesompop
3
-52
/
+60
2018-04-27
s390/qeth: query IPv6 assists during hardsetup
Kittipon Meesompop
2
-8
/
+5
2018-04-27
s390/qeth: add stats counter for RX csum offload
Kittipon Meesompop
2
-3
/
+9
2018-04-27
s390/qeth: disregard IPv4 header for RX csum offload
Julian Wiedmann
1
-1
/
+0
2018-04-27
s390/qeth: extract csum offload helpers
Julian Wiedmann
3
-59
/
+33
2018-04-27
s390/qeth: de-indent else after return
Kittipon Meesompop
1
-22
/
+21
2018-04-27
s390/net: set HW port number in netdevice
Ursula Braun
4
-0
/
+7
2018-04-27
s390/qeth: don't worry about IPs on VLAN removal
Julian Wiedmann
1
-87
/
+0
2018-04-27
s390/qeth: convert vlan spinlock to mutex
Julian Wiedmann
3
-9
/
+10
2018-04-27
s390/qeth: skip QDIO queue handler indirection
Julian Wiedmann
4
-31
/
+13
2018-04-27
bridge: use hlist_entry_safe
YueHaibing
1
-2
/
+1
2018-04-27
liquidio: add support for ndo_get_stats64 instead of ndo_get_stats
Pradeep Nalla
5
-71
/
+135
2018-04-27
liquidio: move a couple of functions to lio_core.c
Pradeep Nalla
3
-157
/
+154
2018-04-27
phy: Temporary build fix after phylib changes.
David S. Miller
1
-2
/
+1
2018-04-27
net: dsa: loop: Hook PHY statistics
Florian Fainelli
1
-2
/
+3
2018-04-27
net: dsa: b53: Add support for reading PHY statistics
Florian Fainelli
3
-10
/
+70
2018-04-27
net: dsa: Allow providing PHY statistics from CPU port
Florian Fainelli
3
-5
/
+106
2018-04-27
net: dsa: Add helper function to obtain PHY device of a given port
Florian Fainelli
1
-11
/
+22
2018-04-27
net: dsa: Pass stringset to ethtool operations
Florian Fainelli
11
-28
/
+83
2018-04-27
net: dsa: Do not check for ethtool_ops validity
Florian Fainelli
1
-3
/
+3
2018-04-27
net: Allow network devices to have PHY statistics
Florian Fainelli
2
-18
/
+26
2018-04-27
net: Move PHY statistics code into PHY library helpers
Florian Fainelli
3
-30
/
+76
2018-04-27
l2tp: consistent reference counting in procfs and debufs
Guillaume Nault
2
-15
/
+26
2018-04-27
tipc: introduce ioctl for fetching node identity
Jon Maloy
4
-6
/
+41
2018-04-27
samples, bpf: remove redundant ret assignment in bpf_load_program()
Wang Sheng-Hui
1
-2
/
+0
2018-04-27
bpf: update bpf.h uapi header for tools
Quentin Monnet
1
-396
/
+1380
2018-04-27
bpf: add documentation for eBPF helpers (65-66)
Quentin Monnet
1
-0
/
+30
2018-04-27
bpf: add documentation for eBPF helpers (58-64)
Quentin Monnet
1
-0
/
+147
[next]