summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radix tree: constify some pointersMatthew Wilcox2017-01-272-37/+42
* radix tree: Add some implicit includesMatthew Wilcox2017-01-271-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-27113-562/+916
|\
| * ISDN: eicon: silence misleading array-bounds warningArnd Bergmann2017-01-271-1/+2
| * net: phy: micrel: add support for KSZ8795Sean Nyekjaer2017-01-272-0/+16
| * Merge branch 'gtp-fixes'David S. Miller2017-01-271-7/+6
| |\
| | * gtp: fix cross netns recv on gtp socketAndreas Schultz2017-01-271-6/+4
| | * gtp: clear DF bit on GTP packet txAndreas Schultz2017-01-271-1/+1
| | * gtp: add genl family modules aliasAndreas Schultz2017-01-271-0/+1
| |/
| * tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-276-10/+10
| * ravb: unmap descriptors when freeing ringsKazuya Mizuguchi2017-01-261-48/+64
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-2623-93/+116
| |\
| | * netfilter: nf_tables: bump set->ndeact on set flushPablo Neira Ayuso2017-01-241-0/+1
| | * netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso2017-01-244-17/+17
| | * netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCLPablo Neira Ayuso2017-01-241-7/+9
| | * netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2017-01-243-2/+4
| | * netfilter: nf_tables: validate the name size when possibleLiping Zhang2017-01-234-11/+22
| | * netfilter: conntrack: refine gc worker heuristics, reduxFlorian Westphal2017-01-191-19/+20
| | * netfilter: conntrack: remove GC_MAX_EVICTS breakFlorian Westphal2017-01-191-5/+2
| | * netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann2017-01-181-1/+6
| | * netfilter: Fix typo in NF_CONNTRACK Kconfig option descriptionWilliam Breathitt Gray2017-01-161-1/+1
| | * netfilter: nf_tables: fix possible oops when dumping stateful objectsLiping Zhang2017-01-161-2/+3
| | * netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-01-165-27/+23
| | * netfilter: nf_tables: fix spelling mistakesAlexander Alemayhu2017-01-161-2/+2
| | * tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2017-01-092-0/+2
| | * netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2017-01-092-0/+5
| * | Merge tag 'batadv-net-for-davem-20170125' of git://git.open-mesh.org/linux-mergeDavid S. Miller2017-01-251-5/+5
| |\ \
| | * | batman-adv: Decrease hardif refcnt on fragmentation send errorSven Eckelmann2017-01-041-5/+5
| * | | virtio_net: reject XDP programs using header adjustmentJakub Kicinski2017-01-251-0/+5
| * | | virtio_net: use dev_kfree_skb for small buffer XDP receiveJohn Fastabend2017-01-251-2/+6
| * | | Merge branch 'r8152-napi-fixes'David S. Miller2017-01-251-6/+24
| |\ \ \
| | * | | r8152: check rx after napi is enabledhayeswang2017-01-251-1/+6
| | * | | r8152: re-schedule napi for txhayeswang2017-01-251-0/+3
| | * | | r8152: avoid start_xmit to schedule napi when napi is disabledhayeswang2017-01-251-2/+6
| | * | | r8152: avoid start_xmit to call napi_schedule during autosuspendhayeswang2017-01-251-3/+9
| |/ / /
| * | | net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli2017-01-251-0/+2
| * | | Merge branch 'phy-truncated-led-names'David S. Miller2017-01-254-5/+10
| |\ \ \
| | * | | net: phy: leds: Fix truncated LED trigger namesGeert Uytterhoeven2017-01-251-2/+2
| | * | | net: phy: leds: Break dependency of phy.h on phy_led_triggers.hGeert Uytterhoeven2017-01-253-1/+2
| | * | | net: phy: leds: Clear phy_num_led_triggers on failure to avoid crashGeert Uytterhoeven2017-01-251-2/+6
| |/ / /
| * | | net-next: ethernet: mediatek: change the compatible stringJohn Crispin2017-01-251-1/+1
| * | | Documentation: devicetree: change the mediatek ethernet compatible stringJohn Crispin2017-01-251-1/+1
| * | | Merge branch 'bnxt_en-rtnl-fixes'David S. Miller2017-01-251-32/+46
| |\ \ \
| | * | | bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().Michael Chan2017-01-251-3/+6
| | * | | bnxt_en: Fix RTNL lock usage on bnxt_update_link().Michael Chan2017-01-251-19/+18
| | * | | bnxt_en: Fix bnxt_reset() in the slow path task.Michael Chan2017-01-251-13/+25
| |/ / /
| * | | tcp: correct memory barrier usage in tcp_check_space()Jason Baron2017-01-251-1/+1
| * | | sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long2017-01-251-1/+1
| * | | sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long2017-01-251-1/+5
| * | | Merge branch 'lwt-module-unload'David S. Miller2017-01-247-1/+13
| |\ \ \