aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-31net: phylink: remove netdev from phylink mii ioctl emulationRussell King1-8/+4
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1459-15901/+5330
2019-05-31netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=yPablo Neira Ayuso2-1/+3
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds87-680/+1765
2019-05-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds6-30/+56
2019-05-30Merge tag 'for-5.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-48/+128
2019-05-30Merge tag 'configfs-for-5.2-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-8/+6
2019-05-30Merge tag 'sound-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds6-33/+51
2019-05-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds3-10/+11
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn3-5/+9
2019-05-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller16-218/+754
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-30Merge branch 'complex-c45-phys'David S. Miller3-21/+40
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-30Merge branch 'Fixes-for-DSA-tagging-using-802-1Q'David S. Miller1-14/+65
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-30Merge branch 'r8169-fw'David S. Miller1-34/+37
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-30Merge branch 'connection-tracking-support-for-bridge'David S. Miller15-276/+1206
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-30Merge branch 'add-TFO-backup-key'David S. Miller11-118/+694
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-30Merge branch 'mlxsw-Hardware-monitoring-enhancements'David S. Miller7-111/+274