summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* isdn: hdlc: move into mISDNArnd Bergmann2019-05-317-11/+9
* isdn: remove isdn4linuxArnd Bergmann2019-05-3159-26860/+2
* isdn: remove hisax driverArnd Bergmann2019-05-31104-56236/+0
* isdn: gigaset: remove i4l supportArnd Bergmann2019-05-314-735/+15
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-05-3116-218/+754
|\
| * ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-3012-54/+53
| * ice: Recognize higher speedsAnirudh Venkataramanan2019-05-302-1/+7
| * ice: Use a different ICE_DBG bit for firmware log messagesJacob Keller2019-05-302-3/+4
| * ice: Update function headerAnirudh Venkataramanan2019-05-301-0/+4
| * ice: Move define for ICE_AQC_DRIVER_UNLOADINGAnirudh Venkataramanan2019-05-301-1/+1
| * ice: Align to updated AQ command formatsAnirudh Venkataramanan2019-05-301-7/+8
| * ice: Use continue instead of an else blockAnirudh Venkataramanan2019-05-301-3/+5
| * ice: Change minimum descriptor count value for Tx/Rx ringsPreethi Banala2019-05-301-1/+1
| * ice: Add switch rules to handle LLDP packetsDave Ertman2019-05-305-6/+89
| * ice: Cleanup ice_update_link_infoBruce Allan2019-05-301-17/+18
| * ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin2019-05-301-8/+10
| * ice: Add support for Forward Error Correction (FEC)Paul Greenwalt2019-05-306-3/+349
| * ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan2019-05-303-44/+115
| * ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen2019-05-303-44/+79
| * ice: Use GLINT_DYN_CTL to disable VF's interruptsBrett Creeley2019-05-301-28/+13
* | net: sched: act_ctinfo: minor size optimisationKevin 'ldir' Darbyshire-Bryant2019-05-311-4/+0
* | Merge branch 'complex-c45-phys'David S. Miller2019-05-313-21/+40
|\ \
| * | net: phy: export phy_queue_state_machineHeiner Kallweit2019-05-312-4/+6
| * | net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit2019-05-312-2/+10
| * | net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit2019-05-313-15/+24
|/ /
* | qed: Fix static checker warningMichal Kalderon2019-05-311-12/+12
* | net: dsa: Add error path handling in dsa_tree_setup()Ioana Ciornei2019-05-301-23/+66
* | Merge branch 'r8169-fw'David S. Miller2019-05-301-34/+37
|\ \
| * | r8169: decouple rtl_phy_write_fw from actual driver codeHeiner Kallweit2019-05-301-20/+28
| * | r8169: improve rtl_fw_format_okHeiner Kallweit2019-05-301-14/+9
|/ /
* | r8169: enable WoL speed down on more chip versionsHeiner Kallweit2019-05-301-24/+2
* | sctp: deduplicate identical skb_checksum_opsMatteo Croce2019-05-302-11/+8
* | net: avoid indirect calls in L4 checksum calculationMatteo Croce2019-05-301-4/+11
* | net: dsa: sja1105: Make static_config_check_memory_size staticYueHaibing2019-05-301-1/+1
* | Merge branch 'connection-tracking-support-for-bridge'David S. Miller2019-05-3015-276/+1206
|\ \
| * | netfilter: nf_conntrack_bridge: register inet conntrack for bridgePablo Neira Ayuso2019-05-301-16/+42
| * | netfilter: nf_conntrack_bridge: add support for IPv6Pablo Neira Ayuso2019-05-303-2/+230
| * | netfilter: bridge: add connection tracking systemPablo Neira Ayuso2019-05-308-4/+410
| * | netfilter: nf_conntrack: allow to register bridge supportPablo Neira Ayuso2019-05-303-3/+72
| * | net: ipv4: place control buffer handling away from fragmentation iteratorsPablo Neira Ayuso2019-05-301-18/+37
| * | net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso2019-05-302-76/+126
| * | net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso2019-05-302-88/+128
| * | net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso2019-05-302-55/+102
| * | net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso2019-05-302-33/+78
|/ /
* | Merge branch 'add-TFO-backup-key'David S. Miller2019-05-3011-118/+694
|\ \
| * | selftests/net: add TFO key rotation selftestJason Baron2019-05-304-0/+394
| * | Documentation: ip-sysctl.txt: Document tcp_fastopen_keyJason Baron2019-05-301-0/+20
| * | tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_keyJason Baron2019-05-301-24/+71
| * | tcp: add support to TCP_FASTOPEN_KEY for optional backup keyJason Baron2019-05-301-10/+20
| * | tcp: add backup TFO key infrastructureJason Baron2019-05-306-58/+162