summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Fill in extack for mpls lwt encapDavid Ahern2017-05-303-16/+47
* net: add extack arg to lwtunnel build stateDavid Ahern2017-05-3012-30/+67
* net: lwtunnel: Add extack to encap attr validationDavid Ahern2017-05-304-13/+28
* net: ipv4: Add extack message for invalid prefix or lengthDavid Ahern2017-05-303-10/+17
* net: ipv4: refactor key and length checksDavid Ahern2017-05-301-10/+15
* Merge branch 'nfp-pci-core-hwmon-live-mac-addr-change'David S. Miller2017-05-3018-77/+475
|\
| * nfp: don't keep count for free buffers delayed kickJakub Kicinski2017-05-302-8/+2
| * nfp: don't add ring size to index calculationsJakub Kicinski2017-05-301-2/+2
| * nfp: fix print format for ring pointers in ring dumpsJakub Kicinski2017-05-301-2/+2
| * nfp: don't wait for resources indefinitelyJakub Kicinski2017-05-303-4/+20
| * nfp: add hwmon supportDavid Brunecz2017-05-308-7/+286
| * nfp: support variable NSP response lengthsJakub Kicinski2017-05-301-0/+8
| * nfp: shorten CPP core probe logsJakub Kicinski2017-05-301-8/+11
| * nfp: support long reads and writes with the cpp helpersJakub Kicinski2017-05-302-18/+72
| * nfp: only try to get to PCIe ctrl memory if BARs are wide enoughJakub Kicinski2017-05-301-2/+8
| * nfp: don't set aux pointers if ioremap failedJakub Kicinski2017-05-301-8/+12
| * nfp: set driver VF limitJakub Kicinski2017-05-301-8/+15
| * nfp: add set_mac_address support while the interface is upPablo Cascón2017-05-302-10/+36
| * nfp: add MAY_USE_DEVLINK dependencyJakub Kicinski2017-05-301-0/+1
|/
* net: phy: Relax error checking on sysfs_create_link()Florian Fainelli2017-05-272-8/+24
* net: dsa: mv88e6xxx: handle SERDES error appropriatelyVivien Didelot2017-05-271-12/+7
* Merge branch 'rtnetlink-Updates-to-rtnetlink_event'David S. Miller2017-05-277-14/+99
|\
| * bonding: Prevent duplicate userspace notificationVlad Yasevich2017-05-273-3/+29
| * rtnl: Add support for netdev event to link messagesVlad Yasevich2017-05-274-11/+70
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-26152-1254/+2367
|\
| * Merge tag 'led_fixes_for_4-12-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-261-1/+1
| |\
| | * leds: pca955x: Correct I2C FunctionalityTin Huynh2017-05-221-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-2657-254/+701
| |\ \
| | * | ipv4: add reference counting to metricsEric Dumazet2017-05-265-23/+45
| | * | net: ethernet: ax88796: don't call free_irq without request_irq firstUwe Kleine-König2017-05-261-5/+2
| | * | ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-05-262-14/+20
| | * | sctp: fix ICMP processing if skb is non-linearDavide Caratti2017-05-261-7/+9
| | * | net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang2017-05-261-0/+3
| | * | bonding: Don't update slave->link until ready to commitNithin Sujir2017-05-251-2/+9
| | * | test_bpf: Add a couple of tests for BPF_JSGE.David Daney2017-05-251-0/+38
| | * | Merge branch 'bpf-fixes'David S. Miller2017-05-258-34/+285
| | |\ \
| | | * | bpf: add various verifier test casesDaniel Borkmann2017-05-253-4/+255
| | | * | bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann2017-05-253-0/+3
| | | * | bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann2017-05-251-0/+1
| | | * | bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann2017-05-251-21/+16
| | | * | bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann2017-05-251-9/+10
| | |/ /
| | * | arp: fixed -Wuninitialized compiler warningIhar Hrachyshka2017-05-251-1/+1
| | * | tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-05-251-2/+5
| | * | net: move somaxconn init from sysctl codeRoman Kapl2017-05-252-2/+19
| | * | net: fix potential null pointer dereferenceGustavo A. R. Silva2017-05-251-1/+1
| | * | geneve: fix fill_info when using collect_metadataEric Garver2017-05-251-3/+5
| | * | Merge branch 'q-in-q-checksums'David S. Miller2017-05-243-9/+14
| | |\ \
| | | * | virtio-net: enable TSO/checksum offloads for Q-in-Q vlansVlad Yasevich2017-05-241-0/+1
| | | * | be2net: Fix offload features for Q-in-Q packetsVlad Yasevich2017-05-241-1/+3
| | | * | vlan: Fix tcp checksum offloads in Q-in-Q vlansVlad Yasevich2017-05-241-8/+10
| | |/ /