summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mpls: make via address optional for multipath routesRobert Shearman2015-12-121-9/+13
* mpls: fix out-of-bounds access when via address not specifiedRobert Shearman2015-12-121-5/+12
* mpls: don't dump RTA_VIA attribute if not specifiedRobert Shearman2015-12-121-2/+6
* mpls: validate L2 via address lengthRobert Shearman2015-12-121-0/+4
* sfc: only use RSS filters if we're using RSSBert Kenward2015-12-123-13/+18
* uapi: export ila.hstephen hemminger2015-12-121-0/+1
* Merge branch 'bnxt_en-fixes'David S. Miller2015-12-123-18/+36
|\
| * bnxt_en: Implement missing tx timeout reset logic.Michael Chan2015-12-121-3/+13
| * bnxt_en: Don't cancel sp_task from bnxt_close_nic().Michael Chan2015-12-122-2/+12
| * bnxt_en: Change bp->state to bitmap.Michael Chan2015-12-123-8/+7
| * bnxt_en: Fix bitmap declaration to work on 32-bit arches.Michael Chan2015-12-121-6/+5
|/
* openvswitch: Respect conntrack zone even if invalidJoe Stringer2015-12-121-2/+5
* openvswitch: Fix helper reference leakJoe Stringer2015-12-121-1/+8
* phy: micrel: Fix finding PHY properties in MAC node.Andrew Lunn2015-12-121-2/+11
* ipv6: sctp: clone options to avoid use after freeEric Dumazet2015-12-121-0/+8
* xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-124-23/+42
* xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet2015-12-122-2/+10
* net: ezchip: fix address space confusion in nps_enet.cArnd Bergmann2015-12-091-21/+9
* net: fsl: avoid 64-bit warning on pq_mdioArnd Bergmann2015-12-091-1/+1
* r8152: fix lockup when runtime PM is enabledPeter Wu2015-12-091-18/+3
* net: thunderx: Correctly distinguish between VF and LMAC countPavel Fedin2015-12-091-21/+18
* geneve: Fix IPv6 xmit stats update.Pravin B Shelar2015-12-091-2/+0
* xfrm: take care of request socketsEric Dumazet2015-12-072-4/+25
* ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet2015-12-071-2/+1
* vxlan: interpret IP headers for ECN correctlyJiri Benc2015-12-071-4/+2
* Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-12-073-9/+31
|\
| * batman-adv: Fix invalid stack access in batadv_dat_select_candidatesSven Eckelmann2015-12-071-1/+4
| * batman-adv: fix erroneous client entry duplicate detectionMarek Lindner2015-12-071-2/+4
| * batman-adv: avoid keeping false temporary entrySimon Wunderlich2015-12-071-2/+8
| * batman-adv: fix speedy join for DAT cache repliesSimon Wunderlich2015-12-071-4/+15
* | mpls: fix sending of local encapped packetsRobert Shearman2015-12-071-2/+2
* | Merge branch 'vxlan-ipv6-metadata-dst'David S. Miller2015-12-071-12/+57
|\ \
| * | vxlan: support ndo_fill_metadata_dst also for IPv6Jiri Benc2015-12-071-2/+23
| * | vxlan: move IPv6 outpute route calculation to a functionJiri Benc2015-12-071-10/+34
|/ /
* | Merge branch 'qed-fixes'David S. Miller2015-12-0710-91/+149
|\ \
| * | qed: Correct slowpath interrupt schemeSudarsana Kalluru2015-12-074-52/+55
| * | qed: Fix BAR size split for some serversAriel Elior2015-12-072-21/+36
| * | qed: fix handling of concurrent ramrods.Tomer Tayar2015-12-073-17/+56
| * | qed: Fix corner case for chain in-between pagesTomer Tayar2015-12-071-1/+2
|/ /
* / ethernet: aurora: AURORA_NB8800 should depend on HAS_DMAGeert Uytterhoeven2015-12-071-0/+1
|/
* net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau2015-12-071-1/+1
* sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2015-12-073-2/+5
* sctp: only drop the reference on the datamsg after sending a msglucien2015-12-061-4/+2
* sctp: hold the chunks only after the chunk is enqueued in outqlucien2015-12-062-2/+1
* net: qca_spi: fix transmit queue timeout handlingStefan Wahren2015-12-061-3/+2
* net: cdc_mbim: add "NDP to end" quirk for Huawei E3372Bjørn Mork2015-12-062-2/+34
* Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller2015-12-061-3/+2
* MAINTAINERS: add myself as Renesas Ethernet drivers reviewerSergei Shtylyov2015-12-061-0/+7
* Merge branch 'sctp-timestamp-fixes'David S. Miller2015-12-064-4/+8
|\
| * sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner2015-12-061-0/+1