summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-23net: systemport: Dynamically allocate number of TX ringsFlorian Fainelli2-1/+12
2017-01-23ipv6: add NUMA awareness to seg6_hmac_init_algo()Eric Dumazet1-1/+2
2017-01-23net: stmicro: fix LS field mask in EEE configurationjpinto1-1/+1
2017-01-23net/mlx4: use rb_entry()Geliang Tang1-4/+4
2017-01-236lowpan: use rb_entry()Geliang Tang1-4/+4
2017-01-20Merge branch 'dsa-hwmon'David S. Miller9-353/+420
2017-01-20net: dsa: Remove hwmon supportAndrew Lunn8-350/+0
2017-01-20phy: marvell: Add support for temperature sensorAndrew Lunn1-3/+420
2017-01-20inet: don't use sk_v6_rcv_saddr directlyJosef Bacik1-1/+1
2017-01-20Merge tag 'mlx5-updates-2017-01-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller20-92/+800
2017-01-20Merge branch 'cpsw-common-res-usage'David S. Miller1-112/+88
2017-01-20net: ethernet: ti: cpsw: clarify ethtool ops changing num of descsIvan Khoronzhuk1-73/+59
2017-01-20net: ethernet: ti: cpsw: don't duplicate common res in rx handlerIvan Khoronzhuk1-24/+16
2017-01-20net: ethernet: ti: cpsw: don't duplicate ndev_runningIvan Khoronzhuk1-14/+17
2017-01-20net: ethernet: ti: cpsw: don't disable interrupts in ndo_openIvan Khoronzhuk1-2/+0
2017-01-20net: ethernet: ti: cpsw: remove dual check from common res usage functionIvan Khoronzhuk1-3/+0
2017-01-20Merge branch 'rxbusy'David S. Miller3-6/+4
2017-01-20macvlan: use netdev_is_rx_handler_busy instead of checking specific typeMahesh Bandewar1-1/+1
2017-01-20ipvlan: use netdev_is_rx_handler_busy instead of checking specific typeMahesh Bandewar1-2/+2
2017-01-20net: remove duplicate code.Mahesh Bandewar1-3/+1
2017-01-20fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins1-5/+1
2017-01-20vxlan: preserve type of dst_port parm for encap_bypass_if_local()Lance Richardson1-1/+1
2017-01-20csum: eliminate sparse warning in remcsum_unadjust()Lance Richardson1-1/+1
2017-01-20Merge branch 'tipc-multicast-through-replication'David S. Miller14-73/+374
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy6-17/+112
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy7-47/+149
2017-01-20tipc: add functionality to lookup multicast destination nodesJon Paul Maloy4-8/+87
2017-01-20tipc: add function for checking broadcast support in bearerJon Paul Maloy4-9/+34
2017-01-20bpf: add bpf_probe_read_str helperGianluca Borello2-1/+46
2017-01-20Merge branch 'bus-agnostic-num-vf'David S. Miller4-4/+18
2017-01-20device: Implement a bus agnostic dev_num_vf routinePhil Sutter3-4/+8
2017-01-20PCI: implement num_vf bus type callbackPhil Sutter1-0/+6
2017-01-20device: bus_type: Introduce num_vf callbackPhil Sutter1-0/+4
2017-01-20sock: use hlist_entry_safeGeliang Tang1-2/+1
2017-01-20gre6: Clean up unused struct ipv6_tel_txoption definitionJakub Sitnicki1-5/+0
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet6-23/+3
2017-01-20cxgb4: hide unused warningsArnd Bergmann1-0/+2
2017-01-20net: ipv6: Keep nexthop of multipath route on admin downDavid Ahern1-2/+5
2017-01-20mlx4: support __GFP_MEMALLOC for rxEric Dumazet1-1/+2
2017-01-20Revert "net: qcom/emac: configure the external phy to allow pause frames"Timur Tabi1-6/+0
2017-01-20net/mlx5e: Reorder update statsSaeed Mahameed1-3/+3
2017-01-20net/mlx5: Move cached hca caps to designated caps structGal Pressman4-23/+23
2017-01-20net/mlx5e: Expose PCIe statistics to ethtoolGal Pressman3-1/+53
2017-01-20net/mlx5: Add MPCNT register infrastructureGal Pressman3-0/+47
2017-01-20net/mlx5e: Expose physical layer statistical counters to ethtoolGal Pressman3-2/+32
2017-01-20net/mlx5: Add PPCNT physical layer statistical group infrastructureGal Pressman2-0/+38
2017-01-20net/mlx5: Query and cache PCAM, MCAM registers on initializationGal Pressman3-0/+30
2017-01-20net/mlx5: Implement PCAM, MCAM access register commandsGal Pressman2-0/+29
2017-01-20net/mlx5: Expose PCAM, MCAM registers infrastructureGal Pressman3-1/+77
2017-01-20net/mlx5e: Receive s-tagged packets in promiscuous modeMohamad Haj Yahia2-20/+68