aboutsummaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-03act_mirred: fix a typo in get_devWANG Cong1-1/+1
2016-12-03tcp: fix the missing avr32 SOF_TIMESTAMPING_OPT_STATSYuchung Cheng1-0/+2
2016-12-03udp: be less conservative with sock rmem accountingPaolo Abeni1-2/+2
2016-12-03net_sched: gen_estimator: account for timer driftsEric Dumazet1-9/+16
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree13-56/+55
2016-12-03samples, bpf: Add automated test for cgroup filter attachmentsSargun Dhillon2-0/+134
2016-12-03samples, bpf: Refactor test_current_task_under_cgroup - separate out helpersSargun Dhillon4-85/+218
2016-12-03samples/bpf: silence compiler warningsAlexei Starovoitov1-0/+2
2016-12-03netns: fix net_generic() "id - 1" bloatAlexey Dobriyan2-15/+21
2016-12-03netns: add dummy struct inside "struct net_generic"Alexey Dobriyan2-6/+8
2016-12-03netns: publish net_generic correctlyAlexey Dobriyan1-5/+5
2016-12-03netlink: 2-clause nla_ok()Alexey Dobriyan1-2/+1
2016-12-03staging: wilc1000: use reset to set mac headerZhang Shengju1-2/+2
2016-12-03iwlwifi: use reset to set transport headerZhang Shengju1-1/+1
2016-12-03mlx4: use reset to set mac headerZhang Shengju1-1/+1
2016-12-03bnx2x: use reset to set network headerZhang Shengju1-1/+1
2016-12-03qede: use reset to set network headerZhang Shengju1-1/+1
2016-12-03drivers: net: xgene: ethtool: Add get/set_pauseparamIyappan Subramanian1-0/+70
2016-12-03drivers: net: xgene: Add flow control initializationIyappan Subramanian5-1/+131
2016-12-03drivers: net: xgene: Add flow control configurationIyappan Subramanian6-16/+176
2016-12-03drivers: net: xgene: fix: RSS for non-TCP/UDPIyappan Subramanian2-2/+89
2016-12-03drivers: net: xgene: Add change_mtu functionIyappan Subramanian5-0/+40
2016-12-03drivers: net: xgene: Add support for Jumbo frameIyappan Subramanian6-25/+311
2016-12-03drivers: net: xgene: Configure classifier with pagepoolIyappan Subramanian8-14/+47
2016-12-03drivers: net: xgene: Add helper functionIyappan Subramanian5-40/+31
2016-12-03net: ethernet: ti: davinci_cpdma: add missing EXPORTsPaul Gortmaker1-0/+4
2016-12-03net: stmmac: unify mdio functionsLABBE Corentin5-98/+48
2016-12-03net: stmmac: avoid Camelcase namingLABBE Corentin1-3/+3
2016-12-03irda: w83977af_ir: fix damaged whitespaceArnd Bergmann1-202/+202
2016-12-03stmmac: cleanup documenation, make it match realityPavel Machek1-24/+23
2016-12-02i40e: change message to only appear when extra debug info is wantedCarolyn Wyborny1-1/+1
2016-12-02i40e/i40evf: replace for memcpy with single memcpy call in ethtoolJacob Keller1-16/+8
2016-12-02i40e: set broadcast promiscuous mode for each active VLANJacob Keller4-21/+129
2016-12-02i40e: Fix for ethtool Supported link modesHarshitha Ramamurthy3-7/+13
2016-12-02i40evf: protect against NULL msix_entries and q_vectors pointersJacob Keller1-6/+14
2016-12-02i40e: Pass unknown PHY type for unknown PHYsHenry Tieman1-1/+2
2016-12-02i40e: Remove unreachable codeHenry Tieman1-8/+1
2016-12-02i40evf: check for msix_entries null dereferenceAlan Brady1-0/+6
2016-12-02i40evf: Move some i40evf_reset_task code to separate functionJoe Perches1-42/+44
2016-12-02i40e: fix panic on SPARC while changing num of descTushar Dave1-5/+5
2016-12-02i40e: Add protocols over MCTP to i40e_aq_discover_capabilitiesPiotr Raczynski3-0/+16
2016-12-02i40e: fix trivial typo in naming of i40e_sync_filters_subtaskJacob Keller1-2/+2
2016-12-02i40e: Add Clause22 implementationMichal Kosiarz3-52/+159
2016-12-02i40e: avoid duplicate private flags definitionsJacob Keller1-25/+17
2016-12-02i40e: remove second check of VLAN_N_VID in i40e_vlan_rx_add_vidJacob Keller1-2/+2
2016-12-02i40e: remove error_param_int label from i40e_vc_config_promiscuous_mode_msgJacob Keller1-3/+4
2016-12-02i40evf: Be much more verbose about what we can and cannot offloadAlexander Duyck1-0/+59
2016-12-02i40e: Be much more verbose about what we can and cannot offloadAlexander Duyck1-8/+44
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2016-12-02geneve: avoid use-after-free of skb->dataSabrina Dubroca1-10/+4