aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-08icmp: correct return value of icmp_rcv()Zhang Shengju1-2/+2
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller90-661/+2513
2016-12-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller23-360/+723
2016-12-07dummy: expend mtu range for dummy deviceZhang Shengju1-0/+3
2016-12-07nlmon: use core MTU range checking in nlmon driverZhang Shengju1-19/+1
2016-12-07driver: macvlan: Remove the rcu member of macvlan_portGao Feng1-2/+1
2016-12-07driver: ipvlan: Free ipvl_port directly with kfree instead of kfree_rcuGao Feng2-3/+2
2016-12-07bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann2-5/+2
2016-12-07net: stmmac: do not call phy_ethtool_ksettings_set from atomic contextNiklas Cassel1-2/+0
2016-12-07Merge branch 'ti-cpts-update-and-fixes'David S. Miller8-116/+297
2016-12-07net: ethernet: ti: cpts: fix overflow check periodGrygorii Strashko2-6/+8
2016-12-07net: ethernet: ti: cpts: calc mult and shift from refclk freqGrygorii Strashko2-10/+48
2016-12-07clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri1-0/+1
2016-12-07net: ethernet: ti: cpts: move dt props parsing to cpts driverGrygorii Strashko4-23/+34
2016-12-07net: ethernet: ti: cpts: rework initialization/deinitializationGrygorii Strashko3-57/+92
2016-12-07net: ethernet: ti: cpts: drop excessive writes to CTRL and INT_EN regsGrygorii Strashko1-2/+0
2016-12-07net: ethernet: ti: cpts: clean up event list if event pool is emptyWingMan Kwok1-2/+24
2016-12-07net: ethernet: ti: cpts: disable cpts when unregisteredGrygorii Strashko1-0/+4
2016-12-07net: ethernet: ti: cpts: fix registration orderGrygorii Strashko1-10/+14
2016-12-07net: ethernet: ti: cpts: fix unbalanced clk api usage in cpts_register/unregisterGrygorii Strashko1-6/+8
2016-12-07net: ethernet: ti: cpsw: minimize direct access to struct cptsGrygorii Strashko2-13/+54
2016-12-07net: ethernet: ti: allow cpts to be built separatelyGrygorii Strashko5-19/+42
2016-12-07net: ethernet: ti: cpts: switch to readl/writel_relaxed()Grygorii Strashko1-2/+2
2016-12-07Merge branch 'bnxt_en-RDMA'David S. Miller6-115/+722
2016-12-07bnxt_en: Add interface to support RDMA driver.Michael Chan5-5/+483
2016-12-07bnxt_en: Refactor the driver registration function with firmware.Michael Chan2-5/+31
2016-12-07bnxt_en: Reserve RDMA resources by default.Michael Chan2-1/+66
2016-12-07bnxt_en: Improve completion ring allocation for VFs.Michael Chan3-12/+12
2016-12-07bnxt_en: Move function reset to bnxt_init_one().Michael Chan2-20/+6
2016-12-07bnxt_en: Enable MSIX early in bnxt_init_one().Michael Chan2-69/+115
2016-12-07bnxt_en: Add bnxt_set_max_func_irqs().Michael Chan2-6/+12
2016-12-07net: sock_rps_record_flow() is for connected socketsEric Dumazet1-1/+11
2016-12-07netfilter: nft_quota: allow to restore consumed quotaPablo Neira Ayuso1-2/+9
2016-12-07netfilter: xt_bpf: support ebpfWillem de Bruijn2-16/+101
2016-12-07netfilter: x_tables: avoid warn and OOM killer on vmalloc callMarcelo Ricardo Leitner1-1/+3
2016-12-07netfilter: nf_tables: support for set flushingPablo Neira Ayuso4-7/+56
2016-12-07netfilter: nft_set: introduce nft_{hash, rbtree}_deactivate_one()Pablo Neira Ayuso2-8/+27
2016-12-07netfilter: nf_tables: constify struct nft_ctx * parameter in nft_trans_alloc()Pablo Neira Ayuso1-2/+2
2016-12-07netfilter: nat: skip checksum on offload SCTP packetsDavide Caratti1-1/+4
2016-12-07netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet sourceLiping Zhang2-9/+12
2016-12-07netfilter: nf_tables: allow to filter stateful object dumps by typePablo Neira Ayuso1-0/+50
2016-12-07netfilter: nft_objref: support for stateful object mapsPablo Neira Ayuso3-1/+125
2016-12-07netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso3-10/+79
2016-12-07netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso4-8/+32
2016-12-07netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso2-12/+23
2016-12-07netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso5-23/+85
2016-12-07netfilter: nft_quota: dump consumed quotaPablo Neira Ayuso2-5/+18
2016-12-06i40e: move all updates for VLAN mode into i40e_sync_vsi_filtersJacob Keller1-101/+113
2016-12-06i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller3-17/+32
2016-12-06i40e: factor out addition/deletion of VLAN per each MAC addressJacob Keller1-13/+55