summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ax25: Fix segfault after sock connection timeoutBasil Gunn2017-01-161-1/+1
* bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-169-21/+24
* tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-01-165-13/+13
* net: phy: dp83867: allow RGMII_TXID/RGMII_RXID interface typesKaricheri, Muralidharan2017-01-162-4/+10
* ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki2017-01-161-2/+2
* mld: do not remove mld souce list info when set link downHangbin Liu2017-01-161-21/+30
* be2net: fix MAC addr setting on privileged BE3 VFsIvan Vecera2017-01-161-2/+10
* be2net: don't delete MAC on close on unprivileged BE3 VFsIvan Vecera2017-01-161-1/+5
* be2net: fix status check in be_cmd_pmac_add()Ivan Vecera2017-01-161-1/+1
* cpmac: remove hopeless #warningArnd Bergmann2017-01-161-1/+1
* ravb: do not use zero-length alignment DMA descriptorMasaru Nagai2017-01-161-0/+13
* mlx4: do not call napi_schedule() without careEric Dumazet2017-01-161-1/+4
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-01-162-18/+45
|\
| * ieee802154: atusb: fix driver to work with older firmware versionsStefan Schmidt2017-01-121-9/+4
| * at86rf230: Allow slow GPIO pins for "rstn"Andrey Smirnov2017-01-121-2/+2
| * ieee802154: atusb: do not use the stack for address fetching to make it DMA ableStefan Schmidt2017-01-121-1/+7
| * ieee802154: atusb: make sure we set a randaom extended address if fetching failsStefan Schmidt2017-01-121-2/+5
| * ieee802154: atusb: do not use the stack for buffers to make them DMA ableStefan Schmidt2017-01-121-4/+27
* | Merge tag 'mac80211-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-01-1510-38/+83
|\ \
| * | mac80211: prevent skb/txq mismatchMichal Kazior2017-01-131-10/+7
| * | mac80211: initialize SMPS field in HT capabilitiesFelix Fietkau2017-01-131-4/+9
| * | mac80211: recalculate min channel width on VHT opmode changesJohannes Berg2017-01-113-9/+25
| * | mac80211: calculate min channel width correctlyJohannes Berg2017-01-112-3/+2
| * | cfg80211: consider VHT opmode on station updateBeni Lev2017-01-112-1/+18
| * | mac80211: fix the TID on NDPs sent as EOSP carrierEmmanuel Grumbach2017-01-111-2/+2
| * | mac80211: Fix headroom allocation when forwarding mesh pktCedric Izoard2017-01-111-1/+2
| * | mac80211: implement multicast forwarding on fast-RX pathJohannes Berg2017-01-091-8/+18
* | | openvswitch: maintain correct checksum state in conntrack actionsLance Richardson2017-01-151-2/+4
* | | tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson2017-01-132-2/+7
* | | ipv6: sr: fix several BUGs when preemption is enabledDavid Lebrun2017-01-132-1/+5
* | | net: systemport: Decouple flow control from __bcm_sysport_tx_reclaimFlorian Fainelli2017-01-131-7/+18
* | | net: thunderx: acpi: fix LMAC initializationVadim Lomovtsev2017-01-121-5/+6
| |/ |/|
* | net: ipv4: fix table id in getroute responseDavid Ahern2017-01-121-1/+1
* | net: qcom/emac: grab a reference to the phydev on ACPI systemsTimur Tabi2017-01-122-4/+9
* | net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-01-122-5/+9
* | ravb: Remove Rx overflow log messagesKazuya Mizuguchi2017-01-121-6/+2
* | Merge branch 'mlxsw-fixes'David S. Miller2017-01-123-4/+6
|\ \
| * | mlxsw: pci: Fix EQE structure definitionElad Raz2017-01-121-4/+4
| * | mlxsw: switchx2: Fix memory leak at skb reallocationArkadi Sharshevsky2017-01-121-0/+1
| * | mlxsw: spectrum: Fix memory leak at skb reallocationArkadi Sharshevsky2017-01-121-0/+1
|/ /
* | netvsc: add rcu_read locking to netvsc callbackstephen hemminger2017-01-111-0/+3
* | vxlan: Set ports in flow key when doing route lookupsMartynas Pumputis2017-01-111-3/+10
* | r8152: fix the sw rx checksum is unavailablehayeswang2017-01-111-1/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-01-1139-182/+355
|\ \
| * | timerfd: export defines to userspaceMike Frysinger2017-01-103-19/+38
| * | mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-01-101-9/+28
| * | mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck2017-01-101-4/+4
| * | zram: support BDI_CAP_STABLE_WRITESMinchan Kim2017-01-101-2/+11
| * | zram: revalidate disk under init_lockMinchan Kim2017-01-101-7/+1
| * | mm: support anonymous stable pageMinchan Kim2017-01-102-2/+21