summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bpf-samples-skb_mode-bug-fixes'David S. Miller2017-05-014-11/+12
|\
| * samples/bpf: fix XDP_FLAGS_SKB_MODE detach for xdp_tx_iptunnelJesper Dangaard Brouer2017-05-011-2/+2
| * samples/bpf: fix SKB_MODE flag to be a 32-bit unsigned intJesper Dangaard Brouer2017-05-014-10/+11
|/
* Merge branch 'xdp-netlink-ext-ack'David S. Miller2017-05-018-24/+52
|\
| * virtio_net: make use of extended ack message reportingJakub Kicinski2017-05-011-4/+7
| * nfp: make use of extended ack message reportingJakub Kicinski2017-05-013-12/+17
| * xdp: propagate extended ack to XDP setupJakub Kicinski2017-05-013-8/+20
| * netlink: add NULL-friendly helper for setting extended ACK messageJakub Kicinski2017-05-011-0/+8
|/
* net: phy: Allow BCM5481x PHYs to setup internal TX/RX clock delayAbhishek Shah2017-04-301-36/+33
* net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"Colin Ian King2017-04-301-1/+1
* bnx2x: Align RX buffersScott Wood2017-04-301-0/+1
* net: bridge: Fix improper taking over HW learned FDBArkadi Sharshevsky2017-04-301-5/+3
* ipv4: get rid of ip_ra_lockWANG Cong2017-04-301-10/+2
* samples/bpf: bpf_load.c detect and abort if ELF maps section size is wrongJesper Dangaard Brouer2017-04-301-9/+31
* lwtunnel: fix error path in lwtunnel_fill_encap()Dan Carpenter2017-04-301-3/+4
* liquidio: silence a locking static checker warningDan Carpenter2017-04-301-0/+1
* qed: Unlock on error in qed_vf_pf_acquire()Dan Carpenter2017-04-301-1/+1
* Merge branch 'hns-deferred-probe'David S. Miller2017-04-304-9/+44
|\
| * net: hns: support deferred probe when no mdiolipeng2017-04-301-6/+33
| * net: hns: support deferred probe when can not obtain irqlipeng2017-04-303-3/+11
|/
* Merge branch 'nfp-XDP_TX-optimizations'David S. Miller2017-04-306-101/+118
|\
| * nfp: provide 256 bytes of XDP headroom in all configurationsJakub Kicinski2017-04-302-14/+3
| * nfp: don't completely refuse to work with old flashesJakub Kicinski2017-04-301-3/+1
| * nfp: avoid reading TX queue indexes from the deviceJakub Kicinski2017-04-301-0/+6
| * nfp: do simple XDP TX buffer recyclingJakub Kicinski2017-04-302-57/+85
| * nfp: drop rx_ring param from buffer allocationJakub Kicinski2017-04-301-6/+2
| * nfp: replace -ENOTSUPP with -EOPNOTSUPPJakub Kicinski2017-04-304-21/+21
|/
* virtio-net: use netif_tx_napi_add for tx napiWillem de Bruijn2017-04-301-2/+2
* net: Initialise init_net.count to 1David Howells2017-04-301-1/+2
* geneve: fix incorrect setting of UDP checksum flagGirish Moodalbail2017-04-301-1/+1
* Merge branch 'vxlan-disabled-ipv6'David S. Miller2017-04-301-5/+7
|\
| * vxlan: do not output confusing error messageJiri Benc2017-04-301-2/+0
| * vxlan: correctly handle ipv6.disable module parameterJiri Benc2017-04-301-3/+7
|/
* bnx2x: Get rid of useless temporary variableAndy Shevchenko2017-04-301-9/+5
* bnx2x: Reuse bnx2x_null_format_ver()Andy Shevchenko2017-04-301-11/+9
* bnx2x: Replace custom scnprintf()Andy Shevchenko2017-04-301-70/+9
* Merge tag 'linux-can-next-for-4.12-20170427' of git://git.kernel.org/pub/scm/...David S. Miller2017-04-301-8/+13
|\
| * can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp2017-04-271-8/+13
* | bpf: Fix inaccurate helper function descriptionChenbo Feng2017-04-301-2/+1
* | tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti2017-04-301-1/+1
* | bpf: restore skb->sk before pskb_trim() callEric Dumazet2017-04-301-1/+1
* | net: macb: fix phy interrupt parsingAlexandre Belloni2017-04-301-8/+10
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-04-3012-334/+372
|\ \
| * | i40evf: hide unused variableArnd Bergmann2017-04-301-1/+2
| * | i40evf: allocate queues before we setup the interrupts and q_vectorsJacob Keller2017-04-301-9/+9
| * | i40evf: remove I40E_FLAG_FDIR_ATR_ENABLEDJacob Keller2017-04-301-1/+0
| * | i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller2017-04-304-52/+38
| * | i40evf: remove needless min_t() on num_online_cpus()*2Jacob Keller2017-04-301-6/+6
| * | i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-3011-181/+189
| * | i40e: separate PF and VSI state flagsJacob Keller2017-04-308-55/+64