summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sfc: initialise found bitmap in efx_ef10_mtd_probeBert Kenward2019-02-121-1/+1
* Merge tag 'mac80211-for-davem-2019-02-12' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-02-126-23/+52
|\
| * mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer2019-02-111-1/+3
| * cfg80211: prevent speculation on cfg80211_classify8021d() returnJohannes Berg2019-02-111-11/+24
| * cfg80211: pmsr: record netlink port IDJohannes Berg2019-02-111-0/+1
| * nl80211: Fix FTM per burst maximum valueAviya Erenfeld2019-02-111-1/+1
| * mac80211: call drv_ibss_join() on restartJohannes Berg2019-02-111-1/+5
| * cfg80211: pmsr: fix abort lockingJohannes Berg2019-02-062-7/+17
| * cfg80211: pmsr: fix MAC address settingJohannes Berg2019-02-061-2/+1
* | tipc: fix link session and re-establish issuesTuong Lien2019-02-123-5/+43
* | net: fix IPv6 prefix route residueZhiqiang Liu2019-02-121-1/+2
* | tipc: fix skb may be leaky in tipc_link_inputHoang Le2019-02-121-1/+1
* | net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet2019-02-111-4/+2
* | vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet2019-02-111-3/+11
* | Documentation: bring operstate documentation up-to-dateJouke Witteveen2019-02-112-7/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-02-113-1/+8
|\ \
| * | netfilter: nat: fix spurious connection timeoutsFlorian Westphal2019-02-112-0/+2
| * | netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn2019-02-111-1/+6
|/ /
* | Merge branch 'r8169-revert-two-commits-due-to-a-regression'David S. Miller2019-02-101-7/+14
|\ \
| * | Revert "r8169: make use of xmit_more and __netdev_sent_queue"Heiner Kallweit2019-02-101-9/+10
| * | Revert "r8169: remove unneeded mmiowb barriers"Heiner Kallweit2019-02-101-1/+7
|/ /
* | net/smc: fix byte_order for rx_curs_confirmedUrsula Braun2019-02-092-12/+11
* | vsock: cope with memory allocation failure at socket creation timePaolo Abeni2019-02-091-0/+4
* | net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-093-2/+7
* | net: sfp: do not probe SFP module before we're attachedRussell King2019-02-093-9/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-08127-544/+1802
|\ \
| * | net: dsa: b53: Fix for failure when irq is not defined in dtArun Parameswaran2019-02-081-3/+0
| * | Merge branch 'ipv6-fixes'David S. Miller2019-02-072-4/+9
| |\ \
| | * | sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-02-071-1/+2
| | * | geneve: should not call rt6_lookup() when ipv6 was disabledHangbin Liu2019-02-071-3/+7
| |/ /
| * | net: Don't default Cavium PTP driver to 'y'Bjorn Helgaas2019-02-071-1/+0
| * | net: broadcom: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...Yang Wei2019-02-071-1/+1
| * | net: via-velocity: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei2019-02-071-1/+1
| * | net: tehuti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-071-1/+1
| * | net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-073-3/+3
| * | net: fsl_ucc_hdlc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei2019-02-071-1/+1
| * | net: fec_mpc52xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...Yang Wei2019-02-071-1/+1
| * | net: smsc: epic100: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop...Yang Wei2019-02-071-1/+1
| * | net: dscc4: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-071-1/+1
| * | net: tulip: de2104x: replace dev_kfree_skb_irq by dev_consume_skb_irq for dro...Yang Wei2019-02-071-1/+1
| * | net: defxx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-071-1/+1
| * | net/mlx5e: Don't overwrite pedit action when multiple pedit usedTonghao Zhang2019-02-071-10/+15
| * | net/mlx5e: Update hw flows when encap source mac changedTonghao Zhang2019-02-073-0/+7
| * | Merge branch 'qed-Bug-fixes'David S. Miller2019-02-078-13/+37
| |\ \
| | * | qed*: Advance drivers version to 8.37.0.20Manish Chopra2019-02-072-2/+2
| | * | qed: Change verbosity for coalescing message.Rahul Verma2019-02-071-1/+2
| | * | qede: Fix system crash on configuring channels.Sudarsana Reddy Kalluru2019-02-073-0/+19
| | * | qed: Consider TX tcs while deriving the max num_queues for PF.Sudarsana Reddy Kalluru2019-02-071-2/+3
| | * | qed: Assign UFP TC value to vlan priority in UFP mode.Sudarsana Reddy Kalluru2019-02-071-0/+3
| | * | qed: Fix EQ full firmware assert.Manish Chopra2019-02-072-8/+8
| |/ /