summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* udp: add udp gsoWillem de Bruijn2018-04-266-4/+82
* udp: expose inet cork to udpWillem de Bruijn2018-04-266-22/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-2512-18/+94
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-259-12/+82
| |\
| | * bpf: fix for lex/yacc build error with gcc-5John Fastabend2018-04-251-0/+2
| | * bpf, x64: fix JIT emission for dead codeGianluca Borello2018-04-251-1/+11
| | * bpf: clear the ip_tunnel_info.William Tu2018-04-251-0/+1
| | * Merge branch 'bpf-sockmap-fixes'Daniel Borkmann2018-04-244-8/+52
| | |\
| | | * bpf: sockmap, fix double page_put on ENOMEM error in redirect pathJohn Fastabend2018-04-241-2/+1
| | | * bpf: sockmap, sk_wait_event needed to handle blocking casesJohn Fastabend2018-04-241-0/+44
| | | * bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-04-244-6/+7
| | |/
| | * bpf: sockmap sample use clang flag, -target bpfJohn Fastabend2018-04-231-2/+5
| | * bpf: Document sockmap '-target bpf' requirement for PROG_TYPE_SK_MSGJohn Fastabend2018-04-231-1/+9
| | * bpf: disable and restore preemption in __BPF_PROG_RUN_ARRAYRoman Gushchin2018-04-231-0/+2
| * | rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes2018-04-251-1/+2
| * | net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun2018-04-251-4/+0
| * | net: phy: allow scanning busses with missing physAlexandre Belloni2018-04-251-1/+10
* | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-04-254-15/+439
|\ \ \
| * | | igb: Add support for adding offloaded clsflower filtersVinicius Costa Gomes2018-04-252-2/+188
| * | | igb: Add the skeletons for tc-flower offloadingVinicius Costa Gomes2018-04-251-0/+66
| * | | igb: Add MAC address support for ethtool nftuple filtersVinicius Costa Gomes2018-04-251-4/+39
| * | | igb: Enable nfc filters to specify MAC addressesVinicius Costa Gomes2018-04-252-0/+32
| * | | igb: Allow filters to be added for the local MAC addressVinicius Costa Gomes2018-04-251-4/+36
| * | | igb: Add support for enabling queue steering in filtersVinicius Costa Gomes2018-04-253-0/+33
| * | | igb: Add support for MAC address filters specifying source addressesVinicius Costa Gomes2018-04-253-5/+37
| * | | igb: Enable the hardware traffic class feature bit for igb modelsVinicius Costa Gomes2018-04-251-0/+3
| * | | igb: Fix queue selection on MAC filters on i210Vinicius Costa Gomes2018-04-251-2/+7
| * | | igb: Fix not adding filter elements to the listVinicius Costa Gomes2018-04-251-1/+1
* | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-04-257-185/+243
|\ \ \ \
| * | | | ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck2018-04-252-62/+135
| * | | | ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck2018-04-252-13/+16
| * | | | ixgbe/fm10k: Only support macvlan offload for types that support destination ...Alexander Duyck2018-04-252-0/+15
| * | | | 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
| * | | | ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck2018-04-252-8/+6
| * | | | macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck2018-04-253-57/+33
| * | | | macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck2018-04-253-19/+30
| * | | | ixgbe: Drop support for macvlan specific unicast listsAlexander Duyck2018-04-251-31/+0
| |/ / /
* | | | mkiss: remove redundant check for len > 0Colin Ian King2018-04-251-1/+1
* | | | net: amd8111e: remove redundant duplicated if statementColin Ian King2018-04-251-10/+6
* | | | sctp: remove the unused sctp_assoc_is_match functionXin Long2018-04-252-29/+0
* | | | Merge branch 'nfp-flower-tc-block-support-and-nfp-PCI-updates'David S. Miller2018-04-259-20/+173
|\ \ \ \
| * | | | nfp: flower: ignore duplicate cb requests for same ruleJohn Hurley2018-04-252-3/+21
| * | | | nfp: flower: support offloading multiple rules with same cookieJohn Hurley2018-04-253-17/+38
| * | | | nfp: print PCIe link bandwidth on probeJakub Kicinski2018-04-251-0/+1
| * | | | nfp: reset local locks on initJakub Kicinski2018-04-255-0/+113
|/ / / /
* | | | net: rules: Move l3mdev attribute validation to a helperDavid Ahern2018-04-251-10/+24
* | | | sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner2018-04-251-25/+23
* | | | sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner2018-04-252-6/+5