summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-10mwifiex: change sleep cookie poll countShengzhen Li1-1/+1
2016-05-03rtl8xxxu: Remove the now obsolete mbox_ext_reg info from rtl8xxxu_fileopsJes Sorensen5-10/+0
2016-05-03rtl8xxxu: rtl8xxxu_prepare_calibrate() is never used on gen1Jes Sorensen3-11/+4
2016-05-03rtl8xxxu: Split rtl8723a_h2c_cmd() into a gen1 and a gen2 versionJes Sorensen3-29/+72
2016-05-03rtl8xxxu: Rename rtl8723a_disabled_to_emu() to rtl8xxxu_disabled_to_emu()Jes Sorensen4-4/+4
2016-05-03rtl8xxxu: rename rtl8723a_channel_group() to rtl8xxxu_gen1_channel_to_group()Jes Sorensen1-2/+2
2016-05-03rtl8xxxu: Rename rtl8723a_stop_tx_beacon() to rtl8xxxu_stop_tx_beacon()Jes Sorensen1-4/+3
2016-05-03rtl8xxxu: move rtl8188[cr] and rtl8192c related code into rtl8xxxu_8192c.cJes Sorensen4-568/+590
2016-05-03rtl8xxxu: move rtl8723a related code into rtl8xxxu_8723a.cJes Sorensen4-375/+432
2016-05-03rtl8xxxu: move rtl8723b related code into rtl8xxxu_8723b.cJes Sorensen4-1651/+1698
2016-05-03rtl8xxxu: move rtl8192e related code into rtl8xxxu_8192e.cJes Sorensen4-1538/+1629
2016-05-03rtl8xxxu: Rename rtl8xxxu.c to rtl8xxxu_core.cJes Sorensen2-0/+2
2016-05-03rtlwifi: rtl818x: Deinline indexed IO functions, save 21568 bytesDenys Vlasenko2-87/+105
2016-05-03Merge tag 'wireless-drivers-next-for-davem-2016-05-02' of git://git.kernel.or...David S. Miller81-1767/+3670
2016-05-03net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet2-1/+11
2016-05-03netdevice: shrink size of struct netdev_queueFlorian Westphal1-7/+6
2016-05-03Merge branch 'bridge-per-vlan-stats'David S. Miller8-28/+307
2016-05-03bridge: netlink: export per-vlan statsNikolay Aleksandrov5-0/+118
2016-05-03bridge: vlan: learn to countNikolay Aleksandrov5-16/+110
2016-05-03net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov3-0/+49
2016-05-03net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov1-13/+31
2016-05-03Merge branch 'ipv6-tunnel-cleanups'David S. Miller6-584/+452
2016-05-03gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert1-202/+50
2016-05-03ipv6: Generic tunnel cleanupTom Herbert2-3/+9
2016-05-03gre: Create common functions for transmitTom Herbert2-47/+49
2016-05-03ipv6: Create ip6_tnl_xmitTom Herbert2-17/+32
2016-05-03gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert1-117/+23
2016-05-03gre: Move utility functions to common headersTom Herbert3-129/+144
2016-05-03ipv6: Cleanup IPv6 tunnel receive pathTom Herbert2-70/+146
2016-05-03Merge branch 'tcp-preempt'David S. Miller20-157/+150
2016-05-03tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet3-2/+24
2016-05-03net: do not block BH while processing socket backlogEric Dumazet1-14/+8
2016-05-03sctp: prepare for socket backlog behavior changeEric Dumazet1-0/+2
2016-05-03udp: prepare for non BH masking at backlog processingEric Dumazet2-4/+4
2016-05-03dccp: do not assume DCCP code is non preemptibleEric Dumazet4-6/+6
2016-05-03tcp: do not block bh during prequeue processingEric Dumazet2-32/+2
2016-05-03tcp: do not assume TCP code is non preemptibleEric Dumazet11-99/+104
2016-05-02Merge branch 'xgene-channel-number'David S. Miller4-1/+18
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-02Merge branch 'qed-selftests'David S. Miller13-6/+598
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-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller16-392/+137
2016-05-02sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner3-14/+20
2016-05-02mdio_bus: Fix MDIO bus scanning in __mdiobus_register()Marek Vasut1-1/+1
2016-05-02i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck4-6/+28