aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kstrtox.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-03ravb: Remove rx buffer ALIGNKazuya Mizuguchi1-6/+4
2016-05-03net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet2-1/+11
2016-05-02netdevice: shrink size of struct netdev_queueFlorian Westphal1-7/+6
2016-05-02bridge: netlink: export per-vlan statsNikolay Aleksandrov5-0/+118
2016-05-02bridge: vlan: learn to countNikolay Aleksandrov5-16/+110
2016-05-02net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov3-0/+49
2016-05-02net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov1-13/+31
2016-05-02gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert1-202/+50
2016-05-02ipv6: Generic tunnel cleanupTom Herbert2-3/+9
2016-05-02gre: Create common functions for transmitTom Herbert2-47/+49
2016-05-02ipv6: Create ip6_tnl_xmitTom Herbert2-17/+32
2016-05-02gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert1-117/+23
2016-05-02gre: Move utility functions to common headersTom Herbert3-129/+144
2016-05-02ipv6: Cleanup IPv6 tunnel receive pathTom Herbert2-70/+146
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet3-2/+24
2016-05-02net: do not block BH while processing socket backlogEric Dumazet1-14/+8
2016-05-02sctp: prepare for socket backlog behavior changeEric Dumazet1-0/+2
2016-05-02udp: prepare for non BH masking at backlog processingEric Dumazet2-4/+4
2016-05-02dccp: do not assume DCCP code is non preemptibleEric Dumazet4-6/+6
2016-05-02tcp: do not block bh during prequeue processingEric Dumazet2-32/+2
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet11-99/+104
2016-05-02dtb: xgene: Add channel propertyIyappan Subramanian2-0/+2
2016-05-02Documentation: dtb: xgene: Add channel propertyIyappan Subramanian1-0/+2
2016-05-02drivers: net: xgene: Get channel number from device bindingIyappan Subramanian1-1/+14
2016-05-02qede: add implementation for internal loopback test.Sudarsana Reddy Kalluru3-4/+242
2016-05-02qede: add support for selftests.Sudarsana Reddy Kalluru1-1/+55
2016-05-02qed: add infrastructure for device self tests.Sudarsana Reddy Kalluru10-1/+301
2016-05-02net: dsa: mv88e6xxx: replace ds with ps where possibleAndrew Lunn6-494/+511
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner3-14/+20
2016-05-01mdio_bus: Fix MDIO bus scanning in __mdiobus_register()Marek Vasut1-1/+1
2016-05-01i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck4-6/+28
2016-05-01i40evf: make use of BIT() macro to avoid signed left shiftJacob Keller1-22/+22
2016-05-01i40e: make use of BIT() macro to prevent left shift of signed valuesJacob Keller1-28/+25
2016-05-01i40e/i40evf: fix I40E_MASK signed shift overflow warningsJacob Keller2-2/+2
2016-05-01i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10Harshitha Ramamurthy2-2/+2
2016-05-01i40e: Update device ids for X722Catherine Sullivan1-0/+1
2016-05-01i40e: Drop extra copy of functionJesse Brandeburg1-18/+0
2016-05-01i40e: Use consistent type for vf_idJesse Brandeburg3-9/+10
2016-05-01i40e: PTP - avoid aggregate return warningsJesse Brandeburg1-1/+2
2016-05-01i40e: Fix uninitialized variableCatherine Sullivan1-5/+1
2016-05-01i40evf: RSS Hash Option parametersCarolyn Wyborny1-199/+2
2016-05-01i40e: Remove HMC AQ API implementationNeerav Parikh5-88/+0
2016-05-01i40e: Prevent falling to promiscuous if the VF is not trustedAnjali Singhai Jain1-0/+6
2016-05-01i40e: Limit the number of MAC and VLAN addresses that can be added for VFsAnjali Singhai Jain2-2/+26
2016-05-01tipc: set 'active' state correctly for first established linkJon Paul Maloy1-0/+1
2016-05-01of: of_mdio: Check if MDIO bus controller is availableFlorian Fainelli1-0/+4
2016-05-01i40e: Change the default for VFs to be not privilegedAnjali Singhai Jain1-10/+10
2016-04-29net/mlx5e: Enabling aRFS mechanismMaor Gottlieb4-2/+127
2016-04-29net/mlx5e: Add accelerated RFS supportMaor Gottlieb2-1/+436
2016-04-29net/mlx5e: Create aRFS flow tablesMaor Gottlieb6-14/+313