summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ieee802154: mcr20a: fix indentation, remove tabsColin Ian King2019-01-311-3/+3
* Merge branch 'stmmac-fixes'David S. Miller2019-01-313-8/+24
|\
| * net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu2019-01-311-3/+3
| * net: stmmac: Send TSO packets always from Queue 0Jose Abreu2019-01-311-1/+10
| * net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu2019-01-312-4/+11
|/
* ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann2019-01-313-4/+13
* l2tp: fix reading optional fields of L2TPv3Jacob Wen2019-01-314-0/+30
* tun: move the call to tun_set_real_num_queuesGeorge Amanakis2019-01-311-2/+1
* ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru2019-01-301-0/+2
* Merge branch 'virtio_net-Fix-problems-around-XDP-tx-and-napi_tx'David S. Miller2019-01-301-47/+112
|\
| * virtio_net: Differentiate sk_buff and xdp_frame on freeingToshiaki Makita2019-01-301-12/+42
| * virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqsToshiaki Makita2019-01-301-1/+1
| * virtio_net: Don't process redirected XDP frames when XDP is disabledToshiaki Makita2019-01-301-7/+26
| * virtio_net: Fix out of bounds access of sqToshiaki Makita2019-01-301-10/+7
| * virtio_net: Fix not restoring real_num_rx_queuesToshiaki Makita2019-01-301-1/+1
| * virtio_net: Don't call free_old_xmit_skbs for xdp_framesToshiaki Makita2019-01-301-16/+33
| * virtio_net: Don't enable NAPI when interface is downToshiaki Makita2019-01-301-2/+4
|/
* Merge branch 'erspan-always-reports-output-key-to-userspace'David S. Miller2019-01-302-2/+12
|\
| * net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi2019-01-301-1/+6
| * net: ip_gre: always reports o_key to userspaceLorenzo Bianconi2019-01-301-1/+6
|/
* ucc_geth: Reset BQL queue when stopping deviceMathias Thore2019-01-301-0/+2
* Merge branch 'net-various-compat-ioctl-fixes'David S. Miller2019-01-301-19/+63
|\
| * net: socket: make bond ioctls go through compat_ifreq_ioctl()Johannes Berg2019-01-301-4/+4
| * net: socket: fix SIOCGIFNAME in compatJohannes Berg2019-01-301-1/+2
| * Revert "kill dev_ifsioc()"Johannes Berg2019-01-301-0/+49
| * Revert "socket: fix struct ifreq size in compat ioctl"Johannes Berg2019-01-301-14/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-3050-195/+605
|\
| * MAINTAINERS: Add entry for XDP (eXpress Data Path)Jesper Dangaard Brouer2019-01-291-0/+18
| * net: set default network namespace in init_dummy_netdev()Josh Elsasser2019-01-291-0/+3
| * net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesYang Wei2019-01-291-2/+2
| * net: caif: call dev_consume_skb_any when skb xmit doneYang Wei2019-01-291-4/+1
| * net: 8139cp: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| * net: macb: Apply RXUBR workaround only to versions with errataHarini Katakam2019-01-292-11/+20
| * net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| * net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| * net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-291-1/+1
| * net: alteon: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-291-1/+1
| * net: tls: Fix deadlock in free_resources txDave Watson2019-01-291-0/+2
| * net: tls: Save iv in tls_rec for async crypto requestsDave Watson2019-01-292-1/+5
| * vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-295-7/+11
| * Merge branch 'qed-Bug-fixes'David S. Miller2019-01-286-12/+51
| |\
| | * qed: Fix stack out of bounds bugManish Chopra2019-01-281-4/+4
| | * qed: Fix system crash in ll2 xmitManish Chopra2019-01-281-5/+15
| | * qed: Fix VF probe failure while FLRManish Chopra2019-01-281-0/+10
| | * qed: Fix LACP pdu drops for VFsManish Chopra2019-01-283-2/+16
| | * qed: Fix bug in tx promiscuous mode settingsManish Chopra2019-01-281-1/+6
| |/
| * net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-281-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-01-285-51/+165
| |\
| | * netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell2019-01-281-1/+1
| | * netfilter: nfnetlink_osf: add missing fmatch checkFernando Fernandez Mancera2019-01-281-0/+4