summaryrefslogtreecommitdiffstats
path: root/lib/sbitmap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-24samples/bpf: fix sockex2 exampleAlexei Starovoitov2-2/+2
2016-11-24mlx4: reorganize struct mlx4_en_tx_ringEric Dumazet3-44/+48
2016-11-24ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli2-11/+9
2016-11-24net/mlx5e: Enforce min inline mode when offloading flowsRoi Dayan1-2/+44
2016-11-24net/mlx5: E-Switch, Add control for inline modeRoi Dayan4-0/+148
2016-11-24net/mlx5: Enable to query min inline for a specific vportRoi Dayan4-20/+21
2016-11-24devlink: Add E-Switch inline mode controlRoi Dayan3-19/+61
2016-11-24net/mlx5e: Support VF vport link state control for SRIOV switchdev modeOr Gerlitz1-2/+31
2016-11-24net/mlx5e: Support HW (offloaded) and SW counters for SRIOV switchdev modeOr Gerlitz4-24/+128
2016-11-24net: Add net-device param to the get offloaded stats ndoOr Gerlitz3-5/+5
2016-11-24net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link changeFlorian Fainelli1-0/+4
2016-11-24net: phy: bcm7xxx: Add support for downshift/WirespeedFlorian Fainelli1-1/+50
2016-11-24net: phy: broadcom: Allow enabling or disabling of EEEFlorian Fainelli4-7/+13
2016-11-24net: phy: broadcom: Add support code for downshift/WirespeedFlorian Fainelli3-0/+101
2016-11-24net: phy: broadcom: Move bcm54xx_auxctl_{read, write} to common libraryFlorian Fainelli3-15/+20
2016-11-24tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet2-12/+14
2016-11-24net: dsa: mv88e6xxx: add MV88E6097 switchStefan Eichenberger2-0/+28
2016-11-24net/phy: add trace events for mdio accessesUwe Kleine-König2-0/+53
2016-11-24VSOCK: add loopback to virtio_transportStefan Hajnoczi1-0/+56
2016-11-22marvell: mark mvneta and mvpp2 32-bit onlyArnd Bergmann1-0/+2
2016-11-22mlxsw: core: Implement thermal zoneIvan Vecera5-0/+484
2016-11-22mlxsw: reg: Add Management Fan Speed Limit registerJiri Pirko1-0/+49
2016-11-22net: dsa: mv88e6xxx: Move g1 stats code in global1.[ch]Andrew Lunn3-52/+36
2016-11-22net: dsa: mv88e6xxx: Implement mv88e6390 get_statsAndrew Lunn2-10/+32
2016-11-22net: dsa: mv88e6xxx: Add stats_get_stats to ops structureAndrew Lunn2-28/+57
2016-11-22net: dsa: mv88e6xxx: Add stats_get_sset_count|string to ops structureAndrew Lunn2-80/+177
2016-11-22net: dsa: mv88e6xxx: Add mv88e6390 statistics unit initAndrew Lunn4-0/+46
2016-11-22net: dsa: mv88e6xxx: Add mv88e6390 stats snapshot operationAndrew Lunn4-1/+27
2016-11-22net: dsa: mv88e6xxx: Add comment about family a device belongs toAndrew Lunn1-0/+24
2016-11-22net: dsa: mv88e6xxx: Abstract stats_snapshot into ops structureAndrew Lunn4-15/+56
2016-11-22net: dsa: mv88e6xxx: Add the mv88e6390 familyAndrew Lunn3-1/+182
2016-11-22net: dsa: mv88e6xxx: Fix unused variable warning by using variableAndrew Lunn1-0/+3
2016-11-22net: dsa: mv88e6xxx: Take switch out of reset before probeAndrew Lunn1-4/+4
2016-11-21net: ieee802154: constify ieee802154_ops structuresBhumika Goyal2-2/+2
2016-11-21geneve: Optimize geneve device lookup.pravin shelar1-4/+13
2016-11-21geneve: Remove redundant socket checks.pravin shelar1-8/+2
2016-11-21geneve: Merge ipv4 and ipv6 geneve_build_skb()pravin shelar1-74/+26
2016-11-21geneve: Unify LWT and netdev handling.pravin shelar1-349/+263
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal8-6/+19
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal5-1/+55
2016-11-21bridge: mcast: add MLDv2 querier supportNikolay Aleksandrov5-22/+113
2016-11-21bridge: mcast: add IGMPv3 query supportNikolay Aleksandrov5-18/+98
2016-11-21tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal1-1/+3
2016-11-21net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng1-1/+1
2016-11-21driver: macvlan: Remove duplicated IFF_UP condition check in macvlan_forward_...Gao Feng1-2/+1
2016-11-21ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoCPeter Robinson1-1/+1
2016-11-21mlx4: avoid unnecessary dirtying of critical fieldsEric Dumazet1-17/+30
2016-11-21bnx2: use READ_ONCE() instead of barrier()Eric Dumazet1-12/+5
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet2-2/+4
2016-11-21bpf: add __must_check attributes to refcount manipulating helpersDaniel Borkmann1-5/+7