aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn3-5/+9
2019-05-30net: sched: act_ctinfo: minor size optimisationKevin 'ldir' Darbyshire-Bryant1-4/+0
2019-05-30ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier1-2/+6
2019-05-30net: phy: export phy_queue_state_machineHeiner Kallweit2-4/+6
2019-05-30net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit2-2/+10
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit3-15/+24
2019-05-30qed: Fix static checker warningMichal Kalderon1-12/+12
2019-05-30net: dsa: Add error path handling in dsa_tree_setup()Ioana Ciornei1-23/+66
2019-05-30net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski1-1/+1
2019-05-30net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet1-1/+1
2019-05-30net: dsa: tag_8021q: Create a stable binary formatVladimir Oltean1-10/+50
2019-05-30net: dsa: tag_8021q: Change order of rx_vid setupIoana Ciornei1-4/+15
2019-05-30r8169: decouple rtl_phy_write_fw from actual driver codeHeiner Kallweit1-20/+28
2019-05-30r8169: improve rtl_fw_format_okHeiner Kallweit1-14/+9
2019-05-30r8169: enable WoL speed down on more chip versionsHeiner Kallweit1-24/+2
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce2-11/+8
2019-05-30net: avoid indirect calls in L4 checksum calculationMatteo Croce1-4/+11
2019-05-30net: dsa: sja1105: Make static_config_check_memory_size staticYueHaibing1-1/+1
2019-05-30net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart1-6/+4
2019-05-30netfilter: nf_conntrack_bridge: register inet conntrack for bridgePablo Neira Ayuso1-16/+42
2019-05-30netfilter: nf_conntrack_bridge: add support for IPv6Pablo Neira Ayuso3-2/+230
2019-05-30netfilter: bridge: add connection tracking systemPablo Neira Ayuso8-4/+410
2019-05-30netfilter: nf_conntrack: allow to register bridge supportPablo Neira Ayuso3-3/+72
2019-05-30net: ipv4: place control buffer handling away from fragmentation iteratorsPablo Neira Ayuso1-18/+37
2019-05-30net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso2-76/+126
2019-05-30net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso2-88/+128
2019-05-30net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso2-55/+102
2019-05-30net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso2-33/+78
2019-05-30selftests/net: add TFO key rotation selftestJason Baron4-0/+394
2019-05-30Documentation: ip-sysctl.txt: Document tcp_fastopen_keyJason Baron1-0/+20
2019-05-30tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_keyJason Baron1-24/+71
2019-05-30tcp: add support to TCP_FASTOPEN_KEY for optional backup keyJason Baron1-10/+20
2019-05-30tcp: add backup TFO key infrastructureJason Baron6-58/+162
2019-05-30tcp: introduce __tcp_fastopen_cookie_gen_cipher()Christoph Paasch1-36/+37
2019-05-30mlxsw: core: Reduce buffer size in transactions for SFP modules temperature readoutVadim Pasternak3-74/+33
2019-05-30mlxsw: core: Extend the index size for temperature sensors readoutVadim Pasternak1-3/+4
2019-05-30mlxsw: core: Extend hwmon interface with inter-connect temperature attributesVadim Pasternak1-5/+96
2019-05-30mlxsw: reg: Add Management General Peripheral Information RegisterVadim Pasternak1-0/+52
2019-05-30mlxsw: reg: Extend sensor index field size of Management Temperature RegisterVadim Pasternak1-2/+3
2019-05-30mlxsw: core: Re-order initialization sequenceIdo Schimmel1-10/+11
2019-05-30mlxsw: i2c: Allow flexible setting of I2C transactions sizeVadim Pasternak1-18/+46
2019-05-30mlxsw: i2c: Extend initialization with querying firmware infoVadim Pasternak2-0/+30
2019-05-30net: stmmac: selftests: Use kfree_skb() instead of kfree()Jose Abreu1-1/+1
2019-05-30net: stmmac: selftests: Fix sparse warningJose Abreu1-1/+1
2019-05-30ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao1-0/+2
2019-05-30mlxsw: spectrum: Prevent force of 56GAmit Cohen1-0/+4
2019-05-30mlxsw: spectrum_acl: Avoid warning after identical rules insertionJiri Pirko1-6/+5
2019-05-30net: dsa: mv88e6xxx: fix handling of upper half of STATS_TYPE_PORTRasmus Villemoes1-1/+1
2019-05-30r8169: fix MAC address being lost in PCI D3Heiner Kallweit1-0/+3
2019-05-30inet: frags: Remove unnecessary smp_store_release/READ_ONCEHerbert Xu1-6/+10