summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov2015-12-142-25/+24
* stmmac: dwmac-sunxi: Call exit cleanup function in probe error pathChen-Yu Tsai2015-12-141-1/+5
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-146-0/+16
* net: phy: mdio-mux: Check return value of mdiobus_alloc()Tobias Klauser2015-12-141-1/+6
* openvswitch: fix trivial comment typoPaolo Abeni2015-12-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-12-146-59/+57
|\
| * netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abortXin Long2015-12-131-1/+2
| * netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso2015-12-102-0/+2
| * netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in ...Pablo Neira Ayuso2015-12-101-2/+0
| * netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2015-12-103-53/+47
| * netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failureNikolay Borisov2015-12-091-0/+1
| * netfilter: nfnetlink_queue: avoid harmless unnitialized variable warningsArnd Bergmann2015-11-231-3/+5
* | net: Flush local routes when device changes vrf associationDavid Ahern2015-12-131-0/+9
* | net:hns: print MAC with %pMAndy Shevchenko2015-12-131-35/+14
* | net:hns: annotate IO address space properlyAndy Shevchenko2015-12-131-5/+6
* | Merge branch 'mpls-fixes'David S. Miller2015-12-121-12/+31
|\ \
| * | 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-111-0/+1
* | Merge branch 'bnxt_en-fixes'David S. Miller2015-12-113-18/+36
|\ \
| * | bnxt_en: Implement missing tx timeout reset logic.Michael Chan2015-12-111-3/+13
| * | bnxt_en: Don't cancel sp_task from bnxt_close_nic().Michael Chan2015-12-112-2/+12
| * | bnxt_en: Change bp->state to bitmap.Michael Chan2015-12-113-8/+7
| * | bnxt_en: Fix bitmap declaration to work on 32-bit arches.Michael Chan2015-12-111-6/+5
|/ /
* | openvswitch: Respect conntrack zone even if invalidJoe Stringer2015-12-111-2/+5
* | openvswitch: Fix helper reference leakJoe Stringer2015-12-111-1/+8
* | phy: micrel: Fix finding PHY properties in MAC node.Andrew Lunn2015-12-111-2/+11
* | ipv6: sctp: clone options to avoid use after freeEric Dumazet2015-12-111-0/+8
* | xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-114-23/+42
* | xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet2015-12-112-2/+10
* | net: ezchip: fix address space confusion in nps_enet.cArnd Bergmann2015-12-081-21/+9
* | net: fsl: avoid 64-bit warning on pq_mdioArnd Bergmann2015-12-081-1/+1
* | r8152: fix lockup when runtime PM is enabledPeter Wu2015-12-081-18/+3
* | net: thunderx: Correctly distinguish between VF and LMAC countPavel Fedin2015-12-081-21/+18
* | geneve: Fix IPv6 xmit stats update.Pravin B Shelar2015-12-081-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
|/ / /