summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet2018-04-291-0/+8
* net: phy: Fix modular PHYLIB buildFlorian Fainelli2018-04-281-12/+38
* sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner2018-04-271-12/+0
* sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner2018-04-271-2/+7
* sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner2018-04-271-6/+0
* sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner2018-04-272-20/+1
* sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner2018-04-271-0/+19
* sctp: introduce sctp_assoc_set_pmtuMarcelo Ricardo Leitner2018-04-271-0/+1
* sctp: remove old and unused SCTP_MIN_PMTUMarcelo Ricardo Leitner2018-04-271-3/+2
* net: dsa: Allow providing PHY statistics from CPU portFlorian Fainelli2018-04-271-0/+7
* net: dsa: Pass stringset to ethtool operationsFlorian Fainelli2018-04-271-2/+3
* net: Allow network devices to have PHY statisticsFlorian Fainelli2018-04-271-0/+5
* net: Move PHY statistics code into PHY library helpersFlorian Fainelli2018-04-271-0/+20
* tipc: introduce ioctl for fetching node identityJon Maloy2018-04-271-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-262-393/+1399
|\
| * bpf: add documentation for eBPF helpers (65-66)Quentin Monnet2018-04-271-0/+30
| * bpf: add documentation for eBPF helpers (58-64)Quentin Monnet2018-04-271-0/+147
| * bpf: add documentation for eBPF helpers (51-57)Quentin Monnet2018-04-271-0/+180
| * bpf: add documentation for eBPF helpers (42-50)Quentin Monnet2018-04-271-0/+172
| * bpf: add documentation for eBPF helpers (33-41)Quentin Monnet2018-04-271-0/+164
| * bpf: add documentation for eBPF helpers (23-32)Quentin Monnet2018-04-271-0/+197
| * bpf: add documentation for eBPF helpers (12-22)Quentin Monnet2018-04-271-0/+254
| * bpf: add documentation for eBPF helpers (01-11)Quentin Monnet2018-04-271-0/+230
| * bpf: add script and prepare bpf.h for new helpers documentationQuentin Monnet2018-04-271-406/+16
| * bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa2018-04-261-0/+1
| * bpf: add helper for getting xfrm statesEyal Birger2018-04-241-1/+24
| * bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-231-5/+3
* | udp: add gso support to virtual devicesWillem de Bruijn2018-04-262-1/+5
* | udp: add gso segment cmsgWillem de Bruijn2018-04-261-0/+1
* | udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-265-0/+7
* | udp: add udp gsoWillem de Bruijn2018-04-262-0/+6
* | udp: expose inet cork to udpWillem de Bruijn2018-04-262-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-1/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-251-1/+3
| |\ \
| | * | bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-04-241-1/+1
| | * | bpf: disable and restore preemption in __BPF_PROG_RUN_ARRAYRoman Gushchin2018-04-231-0/+2
* | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-04-251-5/+24
|\ \ \ \
| * | | | macvlan: Provide function for interfaces to release HW offloadAlexander Duyck2018-04-251-0/+8
| * | | | macvlan: Add function to test for destination filtering supportAlexander Duyck2018-04-251-0/+9
| * | | | macvlan: macvlan_count_rx shouldn't be static inline AND externAlexander Duyck2018-04-251-4/+0
| * | | | macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck2018-04-251-1/+7
* | | | | sctp: remove the unused sctp_assoc_is_match functionXin Long2018-04-251-4/+0
* | | | | sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner2018-04-251-1/+1
* | | | | neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu2018-04-251-1/+18
* | | | | ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap modeAhmed Abdelsalam2018-04-251-0/+1
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-2414-43/+52
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-244-3/+7
| |\ \ \
| | * | | net: ethtool: Add missing kernel doc for FEC parametersFlorian Fainelli2018-04-241-0/+2
| | |/ /
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-221-2/+2
| | |\ \
| | | * | bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-111-2/+2