summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge branch 'xdp-netlink-ext-ack'David S. Miller8-24/+52
2017-05-01virtio_net: make use of extended ack message reportingJakub Kicinski1-4/+7
2017-05-01nfp: make use of extended ack message reportingJakub Kicinski3-12/+17
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski3-8/+20
2017-05-01netlink: add NULL-friendly helper for setting extended ACK messageJakub Kicinski1-0/+8
2017-04-30net: phy: Allow BCM5481x PHYs to setup internal TX/RX clock delayAbhishek Shah1-36/+33
2017-04-30net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"Colin Ian King1-1/+1
2017-04-30bnx2x: Align RX buffersScott Wood1-0/+1
2017-04-30net: bridge: Fix improper taking over HW learned FDBArkadi Sharshevsky1-5/+3
2017-04-30ipv4: get rid of ip_ra_lockWANG Cong1-10/+2
2017-04-30samples/bpf: bpf_load.c detect and abort if ELF maps section size is wrongJesper Dangaard Brouer1-9/+31
2017-04-30lwtunnel: fix error path in lwtunnel_fill_encap()Dan Carpenter1-3/+4
2017-04-30liquidio: silence a locking static checker warningDan Carpenter1-0/+1
2017-04-30qed: Unlock on error in qed_vf_pf_acquire()Dan Carpenter1-1/+1
2017-04-30Merge branch 'hns-deferred-probe'David S. Miller4-9/+44
2017-04-30net: hns: support deferred probe when no mdiolipeng1-6/+33
2017-04-30net: hns: support deferred probe when can not obtain irqlipeng3-3/+11
2017-04-30Merge branch 'nfp-XDP_TX-optimizations'David S. Miller6-101/+118
2017-04-30nfp: provide 256 bytes of XDP headroom in all configurationsJakub Kicinski2-14/+3
2017-04-30nfp: don't completely refuse to work with old flashesJakub Kicinski1-3/+1
2017-04-30nfp: avoid reading TX queue indexes from the deviceJakub Kicinski1-0/+6
2017-04-30nfp: do simple XDP TX buffer recyclingJakub Kicinski2-57/+85
2017-04-30nfp: drop rx_ring param from buffer allocationJakub Kicinski1-6/+2
2017-04-30nfp: replace -ENOTSUPP with -EOPNOTSUPPJakub Kicinski4-21/+21
2017-04-30virtio-net: use netif_tx_napi_add for tx napiWillem de Bruijn1-2/+2
2017-04-30net: Initialise init_net.count to 1David Howells1-1/+2
2017-04-30geneve: fix incorrect setting of UDP checksum flagGirish Moodalbail1-1/+1
2017-04-30Merge branch 'vxlan-disabled-ipv6'David S. Miller1-5/+7
2017-04-30vxlan: do not output confusing error messageJiri Benc1-2/+0
2017-04-30vxlan: correctly handle ipv6.disable module parameterJiri Benc1-3/+7
2017-04-30bnx2x: Get rid of useless temporary variableAndy Shevchenko1-9/+5
2017-04-30bnx2x: Reuse bnx2x_null_format_ver()Andy Shevchenko1-11/+9
2017-04-30bnx2x: Replace custom scnprintf()Andy Shevchenko1-70/+9
2017-04-30Merge tag 'linux-can-next-for-4.12-20170427' of git://git.kernel.org/pub/scm/...David S. Miller1-8/+13
2017-04-30bpf: Fix inaccurate helper function descriptionChenbo Feng1-2/+1
2017-04-30tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti1-1/+1
2017-04-30bpf: restore skb->sk before pskb_trim() callEric Dumazet1-1/+1
2017-04-30net: macb: fix phy interrupt parsingAlexandre Belloni1-8/+10
2017-04-30Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller12-334/+372
2017-04-30Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller6-91/+144
2017-04-30e1000e: Add Support for 38.4MHZ frequencySasha Neftin2-29/+48
2017-04-30e1000e: Add Support for CannonLakeSasha Neftin4-62/+63
2017-04-30e1000e: Initial Support for CannonLakeSasha Neftin4-1/+33
2017-04-30e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson1-1/+2
2017-04-30i40evf: hide unused variableArnd Bergmann1-1/+2
2017-04-30i40evf: allocate queues before we setup the interrupts and q_vectorsJacob Keller1-9/+9
2017-04-30i40evf: remove I40E_FLAG_FDIR_ATR_ENABLEDJacob Keller1-1/+0
2017-04-30i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller4-52/+38
2017-04-30i40evf: remove needless min_t() on num_online_cpus()*2Jacob Keller1-6/+6
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller11-181/+189