aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-31tipc: avoid possible string overflowJon Maloy2-2/+3
2018-03-31tipc: tipc: rename address types in user apiJon Maloy1-24/+33
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy7-111/+60
2018-03-31tipc: refactor name table translate functionJon Maloy1-36/+25
2018-03-31tipc: replace name table service range array with rb treeJon Maloy6-568/+477
2018-03-31net: bridge: disable bridge MTU auto tuning if it was set manuallyNikolay Aleksandrov4-20/+26
2018-03-31net: bridge: set min MTU on port events and allow user to set maxNikolay Aleksandrov4-32/+18
2018-03-31net: thunderx: add ndo_set_rx_mode callback implementation for VFVadim Lomovtsev1-1/+109
2018-03-31net: thunderx: add workqueue control structures for handle ndo_set_rx_mode requestVadim Lomovtsev1-0/+17