aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller77-399/+4265
2018-03-31Merge branch 'inet-frags-bring-rhashtables-to-IP-defrag'David S. Miller15-827/+499
2018-03-31inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CBEric Dumazet1-18/+11
2018-03-31ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CBEric Dumazet1-18/+12
2018-03-31inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet2-21/+15
2018-03-31inet: frags: reorganize struct netns_fragsEric Dumazet1-4/+5
2018-03-31rhashtable: reorganize struct rhashtable layoutEric Dumazet1-4/+4
2018-03-31ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet1-8/+16
2018-03-31inet: frags: do not clone skb in ip_expire()Eric Dumazet1-10/+6
2018-03-31inet: frags: break the 2GB limit for frags storageEric Dumazet8-32/+32
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet6-25/+8
2018-03-31inet: frags: get rif of inet_frag_evicting()Eric Dumazet3-42/+32
2018-03-31inet: frags: remove some helpersEric Dumazet6-23/+6
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet9-573/+265
2018-03-31rhashtable: add schedule pointsEric Dumazet1-0/+2
2018-03-31inet: frags: refactor ipfrag_init()Eric Dumazet1-2/+2
2018-03-31inet: frags: refactor lowpan_net_frag_init()Eric Dumazet1-9/+11
2018-03-31inet: frags: refactor ipv6_frag_init()Eric Dumazet1-11/+14
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet7-41/+48
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet5-12/+37
2018-03-31ipv6: frag: remove unused fieldEric Dumazet1-1/+0
2018-03-31Merge branch 'bnxt_en-next'David S. Miller9-234/+706
2018-03-31bnxt_en: Add ULP calls to stop and restart IRQs.Michael Chan3-17/+90
2018-03-31bnxt_en: Reserve completion rings and MSIX for bnxt_re RDMA driver.Michael Chan3-16/+65
2018-03-31bnxt_en: Refactor bnxt_need_reserve_rings().Michael Chan1-32/+25
2018-03-31bnxt_en: Add IRQ remapping logic.Michael Chan1-17/+42
2018-03-31bnxt_en: Change IRQ assignment for RDMA driver.Michael Chan3-3/+61
2018-03-31bnxt_en: Improve ring allocation logic.Michael Chan2-15/+21
2018-03-31bnxt_en: Improve valid bit checking in firmware response message.Michael Chan2-5/+18
2018-03-31bnxt_en: Improve resource accounting for SRIOV.Michael Chan1-10/+8
2018-03-31bnxt_en: Check max_tx_scheduler_inputs value from firmware.Michael Chan3-2/+19
2018-03-31bnxt_en: Add extended port statistics supportVasundhara Volam3-2/+81
2018-03-31bnxt_en: Include additional hardware port statistics in ethtool -S.Vasundhara Volam1-0/+5
2018-03-31bnxt_en: Add support for ndo_set_vf_trustVasundhara Volam4-9/+37
2018-03-31bnxt_en: fix clear flags in ethtool reset handlingScott Branden1-2/+6
2018-03-31bnxt_en: Use a dedicated VNIC mode for RDMA.Michael Chan2-4/+15
2018-03-31bnxt_en: Adjust default rings for multi-port NICs.Michael Chan1-3/+9
2018-03-31bnxt_en: Update firmware interface to 1.9.1.15.Michael Chan4-103/+210
2018-03-31vlan: vlan_hw_filter_capable() can be staticWei Yongjun1-1/+1
2018-03-31Merge tag 'mlx5-updates-2018-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller12-447/+409
2018-03-31Merge tag 'rxrpc-next-20180330' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller20-71/+509
2018-03-31hv_netvsc: Clean up extra parameter from rndis_filter_receive_data()Haiyang Zhang1-7/+9
2018-03-31ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addrJoe Perches1-4/+2
2018-03-31Merge branch 'net_rwsem-fixes'David S. Miller5-8/+8
2018-03-31net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai4-3/+8
2018-03-31net: Remove net_rwsem from {, un}register_netdevice_notifier()Kirill Tkhai1-5/+0
2018-03-31net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()Wei Yongjun1-4/+0
2018-03-31netdevsim: Change nsim_devlink_setup to return error to callerDavid Ahern3-8/+15
2018-03-31Merge branch 'tipc-slim-down-name-table'David S. Miller11-699/+556
2018-03-31tipc: avoid possible string overflowJon Maloy2-2/+3