summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* flow_dissector: do not rely on implicit castsPaolo Abeni2018-05-081-2/+2
* net: core: rework basic flow dissection helperPaolo Abeni2018-05-081-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-072-0/+67
|\
| * xsk: add Tx queue setup and mmap supportMagnus Karlsson2018-05-031-0/+1
| * bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-031-0/+7
| * xsk: add Rx receive functions and poll supportBjörn Töpel2018-05-032-0/+23
| * xsk: add support for bind for RxMagnus Karlsson2018-05-031-0/+1
| * xsk: add Rx queue setup and mmap supportBjörn Töpel2018-05-031-0/+4
| * xsk: add user memory registration support sockoptBjörn Töpel2018-05-031-0/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-0614-128/+81
|\ \
| * | netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal2018-05-061-16/+8
| * | Merge tag 'ipvs-for-v4.18' of http://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2018-04-271-0/+1
| |\ \
| | * | netfilter: ipvs: Keep latest weight of destinationInju Song2018-04-091-0/+1
| * | | netfilter: nf_tables: merge exthdr expression into nft coreFlorian Westphal2018-04-271-0/+1
| * | | netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal2018-04-271-0/+1
| * | | netfilter: nf_tables: make meta expression builtinFlorian Westphal2018-04-271-0/+1
| * | | netfilter: merge meta_bridge into nft_metaFlorian Westphal2018-04-241-44/+0
| * | | netfilter: nf_tables: support timeouts larger than 23 daysFlorian Westphal2018-04-241-2/+2
| * | | netfilter: add NAT support for shifted portmap rangesThierry Du Tre2018-04-246-10/+10
| * | | netfilter: nf_tables: Simplify set backend selectionPhil Sutter2018-04-241-19/+15
| * | | netfilter: nf_tables: simplify lookup functionsPablo Neira Ayuso2018-04-241-6/+6
| * | | netfilter: nf_flow_table: add a new flow state for tearing down offloadingFelix Fietkau2018-04-241-0/+2
| * | | netfilter: nf_flow_table: make flow_offload_dead inlineFelix Fietkau2018-04-241-1/+4
| * | | netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau2018-04-242-3/+1
| * | | netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau2018-04-241-4/+2
| * | | netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau2018-04-211-0/+2
| * | | ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau2018-04-212-2/+21
| * | | netfilter: nf_flow_table: use IP_CT_DIR_* values for FLOW_OFFLOAD_DIR_*Felix Fietkau2018-04-191-4/+4
| * | | netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.Taehee Yoo2018-04-191-17/+0
* | | | net/ipv6: rename rt6_next to fib6_nextDavid Ahern2018-05-041-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-0/+1
|\ \ \ \
| * | | | ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel2018-05-021-1/+2
| * | | | net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson2018-05-011-0/+1
| * | | | ipv6: Allow non-gateway ECMP for IPv6Thomas Winter2018-05-011-2/+1
* | | | | switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata2018-05-031-0/+1
* | | | | sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner2018-05-011-1/+1
* | | | | net/tls: Add generic NIC offload infrastructureIlya Lesokhin2018-05-011-2/+67
* | | | | net/tls: Split conf to rx + txBoris Pismenny2018-05-011-18/+33
* | | | | net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin2018-05-011-0/+21
* | | | | tcp: Add clean acked data hookIlya Lesokhin2018-05-012-0/+10
* | | | | 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
| |_|_|/ |/| | |
* | | | udp: add gso segment cmsgWillem de Bruijn2018-04-261-0/+1
OpenPOWER on IntegriCloud