aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-29bpf: add redirect peer helperbpf/redirect-peerDaniel Borkmann4-14/+85
2018-03-29bpf: add callback for bpf_func when offloadedDaniel Borkmann4-3/+16
2018-03-18selftests: pmtu: Drop prints to kernel log from pmtu_vti6_link_change_mtuStefano Brivio1-2/+0
2018-03-18Merge branch 'mv88e6xxx-auto-phy-intr'David S. Miller4-0/+89
2018-03-18net: dsa: mv88e6xxx: Add MDIO interrupts for internal PHYsAndrew Lunn3-0/+58
2018-03-18net: dsa: mv88e6xxx: Add number of internal PHYsAndrew Lunn2-0/+29
2018-03-18net: dsa: mv88e6xxx: Add missing g1 IRQ numbersAndrew Lunn1-0/+2
2018-03-18net: dsa: mv88e6xxx: Fix missing register lock in serdes_get_statsFlorian Fainelli1-0/+2
2018-03-17net: dsa: mv88e6xxx: Fix IRQ when loading moduleAndrew Lunn1-8/+11
2018-03-17Merge branch 'selftests-pmtu-Add-further-vti-vti6-MTU-and-PMTU-tests'David S. Miller1-66/+376
2018-03-17selftests: pmtu: Add pmtu_vti6_link_change_mtu testStefano Brivio1-6/+61
2018-03-17selftests: pmtu: Add pmtu_vti6_link_add_mtu testStefano Brivio1-1/+43
2018-03-17selftests: pmtu: Add pmtu_vti4_link_add_mtu testStefano Brivio1-1/+44
2018-03-17selftests: pmtu: Add test_pmtu_vti4_exception testStefano Brivio1-10/+70
2018-03-17selftests: pmtu: Add pmtu_vti6_default_mtu testStefano Brivio1-1/+17
2018-03-17selftests: pmtu: Add pmtu_vti4_default_mtu testStefano Brivio1-13/+73
2018-03-17selftests: pmtu: Introduce support for multiple testsStefano Brivio1-26/+61
2018-03-17selftests: pmtu: Factor out MTU parsing helperStefano Brivio1-6/+11
2018-03-17selftests: pmtu: Use namespace command prefix to fetch route mtuStefano Brivio1-7/+9
2018-03-17selftests: pmtu: Reverse return codes of functionsStefano Brivio1-16/+8
2018-03-17Merge branch 'ibmvnic-Update-TX-pool-and-TX-routines'David S. Miller2-123/+160
2018-03-17ibmvnic: Remove unused TSO resources in TX pool structureThomas Falcon1-2/+0
2018-03-17ibmvnic: Update TX pool cleaning routineThomas Falcon1-16/+24
2018-03-17ibmvnic: Improve TX buffer accountingThomas Falcon1-9/+21
2018-03-17ibmvnic: Update TX and TX completion routinesThomas Falcon2-27/+29
2018-03-17ibmvnic: Update TX pool initialization routineThomas Falcon1-42/+48
2018-03-17ibmvnic: Update release TX pool routineThomas Falcon1-7/+12
2018-03-17ibmvnic: Update and clean up reset TX pool routineThomas Falcon1-20/+25
2018-03-17ibmvnic: Generalize TX pool structureThomas Falcon1-2/+3
2018-03-17sctp: use proc_remove_subtree()Al Viro4-140/+28
2018-03-17Merge branch 'hv_netvsc-minor-enhancements'David S. Miller5-6/+223
2018-03-17hv_netvsc: add trace pointsStephen Hemminger5-2/+220
2018-03-17hv_netvsc: pass netvsc_device to rndis haltStephen Hemminger1-4/+3
2018-03-17net: ethernet: ti: cpsw: enable vlan rx vlan offloadGrygorii Strashko3-4/+67
2018-03-17cxgb4: Fix queue free path of ULD driversArjun Vynipadath1-0/+1
2018-03-17rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lockSowmini Varadhan1-8/+9
2018-03-17Merge branch 'tipc-obsolete-zone-concept'David S. Miller11-279/+227
2018-03-17tipc: some name changesJon Maloy5-103/+106
2018-03-17tipc: merge two lists in struct publicationJon Maloy2-13/+12
2018-03-17tipc: remove zone_list member in struct publicationJon Maloy2-76/+30
2018-03-17tipc: remove zone publication list in name tableJon Maloy4-26/+29
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy7-88/+77
2018-03-17Merge branch 'pernet-convert-part8'David S. Miller5-0/+6
2018-03-17net: Convert ip_vs_ftp_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ipvs_core_dev_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ipvs_core_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ovs_net_opsKirill Tkhai1-0/+1
2018-03-17net: Convert mpls_net_opsKirill Tkhai1-0/+1
2018-03-17net: Convert l2tp_net_opsKirill Tkhai1-0/+1
2018-03-16net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exitYousuk Seung1-1/+4
2018-03-16tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung2-1/+3
2018-03-16selftests/txtimestamp: Add more configurable parametersVinicius Costa Gomes1-3/+18
2018-03-16liquidio: Simplified napi pollIntiyaz Basha3-66/+35
2018-03-16Merge branch 'net-smc-IPv6-support'David S. Miller4-67/+235
2018-03-16net/smc: enable ipv6 support for smcKarsten Graul2-17/+51
2018-03-16net/smc: add ipv6 support to CLC layerKarsten Graul2-17/+105
2018-03-16net/smc: restructure netinfo for CLC proposal msgsKarsten Graul3-36/+82
2018-03-16cxgb4: notify fatal error to uld driversGanesh Goudar4-1/+14
2018-03-16Merge branch 'rtnl_lock_killable'David S. Miller3-1/+9
2018-03-16net: Use rtnl_lock_killable() in register_netdev()Kirill Tkhai1-1/+2
2018-03-16net: Add rtnl_lock_killable()Kirill Tkhai2-0/+7
2018-03-16doc: Change the udp/sctp rmem/wmem default value.Tonghao Zhang1-3/+3
2018-03-16udp: Move the udp sysctl to namespace.Tonghao Zhang4-77/+96
2018-03-16Merge branch 'net-ipv6-Address-checks-need-to-consider-the-L3-domain'David S. Miller8-158/+390
2018-03-16selftests: fib_tests: Add IPv6 nexthop spec testsDavid Ahern1-2/+178
2018-03-16selftests: fib_tests: Allow user to run a specific testDavid Ahern1-3/+7
2018-03-16selftests: fib_tests: Use an alias for ip commandDavid Ahern1-84/+85
2018-03-16net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flagsDavid Ahern1-0/+15
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern7-19/+43
2018-03-16net/ipv6: Refactor gateway validation on route addDavid Ahern1-54/+66
2018-03-16Merge branch 'macb-Introduce-phy-handle-DT-functionality'David S. Miller2-41/+44
2018-03-16Documentation: macb: Document phy-handle bindingBrad Mouring1-0/+1
2018-03-16net: macb: Add phy-handle DT supportBrad Mouring1-3/+5
2018-03-16net: macb: Remove redundant poll irq assignmentBrad Mouring1-4/+1
2018-03-16net: macb: Reorganize macb_mii bringupBrad Mouring1-38/+41
2018-03-16doc: remove out of date links and info from packet mmapStephen Hemminger1-17/+5
2018-03-16enic: drop IP proto check for vxlan tunnel deleteGovindarajulu Varadarajan1-3/+2
2018-03-16rxrpc: remove redundant initialization of variable 'len'Colin Ian King1-1/+1
2018-03-15sctp: Fix double free in sctp_sendmsg_to_asocNeil Horman1-13/+13
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches7-21/+4
2018-03-15Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller7-1769/+181
2018-03-14i40e: restore TCPv4 input set when re-enabling ATRJacob Keller1-0/+9
2018-03-14i40e: fix for wrong partition id calculation on OCP mezz cardsMariusz Stachura2-1/+25
2018-03-14i40e: factor out re-enable functions for ATR and SBJacob Keller1-16/+32
2018-03-14i40e: track filter type statistics when deleting invalid filtersJacob Keller1-8/+48
2018-03-14i40e: Fix permission check for VF MAC filtersFilip Sadowski1-28/+51
2018-03-14i40e: Cleanup i40e_vlan_rx_registerJacob Keller1-17/+4
2018-03-14i40e: Fix attach VF to VM issuePaweł Jabłoński1-0/+11
2018-03-14i40evf/i40evf_main: Fix variable assignment in i40evf_parse_cls_flowerGustavo A R Silva1-1/+1
2018-03-14i40e: remove i40e_fcoe filesCorentin Labbe2-1698/+0
2018-03-14Merge branch 'sctp-add-support-for-some-sctp-auth-APIs-from-RFC6458'David S. Miller12-72/+342
2018-03-14sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long4-2/+56
2018-03-14sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long5-4/+57
2018-03-14sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEYXin Long4-9/+81
2018-03-14sctp: add support for SCTP AUTH Information for sendmsgXin Long4-2/+47
2018-03-14sctp: add refcnt support for sh_keyXin Long9-58/+104
2018-03-14Merge branch 'smc-fixes'David S. Miller4-10/+25
2018-03-14net/smc: schedule free_work when link group is terminatedKarsten Graul1-7/+13
2018-03-14net/smc: free link group without pending free_work onlyUrsula Braun2-1/+3
2018-03-14net/smc: pay attention to MAX_ORDER for CQ entriesUrsula Braun2-2/+9
2018-03-14liquidio: Add support for liquidio 10GBase-T NICVeerasenareddy Burru2-8/+28
2018-03-14tuntap: XDP_TX can use native XDPJason Wang1-11/+8
2018-03-14Merge branch 'sfc-support-FEC-configuration'David S. Miller4-1046/+1966
2018-03-14sfc: support FEC configuration through ethtoolEdward Cree3-0/+190
2018-03-14sfc: update MCDI protocol headersEdward Cree1-1046/+1776
2018-03-14ibmvnic: Fix reset return from closed stateJohn Allen1-3/+5
2018-03-14sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn2-7/+0
2018-03-14pktgen: Fix memory leak in pktgen_if_writeGustavo A. R. Silva1-1/+1
2018-03-13pktgen: use dynamic allocation for debug print bufferArnd Bergmann1-7/+8
2018-03-13net: fix sysctl_fb_tunnels_only_for_init_net link errorArnd Bergmann1-1/+3
2018-03-13net: Add comment about pernet_operations methods and synchronizationKirill Tkhai1-0/+14
2018-03-13cxgb4: Add HMA supportArjun Vynipadath5-6/+303
2018-03-13Merge branch 'pernet-convert-part6'David S. Miller3-0/+4
2018-03-13net: Convert rds_tcp_net_opsKirill Tkhai1-0/+1
2018-03-13net: Convert tipc_net_opsKirill Tkhai1-0/+1
2018-03-13net: Convert sctp_ctrlsock_opsKirill Tkhai1-0/+1
2018-03-13net: Convert sctp_defaults_opsKirill Tkhai1-0/+1
2018-03-13sctp: fix error return code in sctp_sendmsg_new_asoc()Wei Yongjun1-3/+7
2018-03-13ibmvnic: Fix recent errata commitThomas Falcon1-1/+3
2018-03-13Merge branch 'ibmvnic-Fix-VLAN-and-other-device-errata'David S. Miller1-4/+45
2018-03-13ibmvnic: Handle TSO backing device errataThomas Falcon1-0/+18
2018-03-13ibmvnic: Pad small packets to minimum MTU sizeThomas Falcon1-0/+20
2018-03-13ibmvnic: Account for VLAN header length in TX buffersThomas Falcon1-3/+3
2018-03-13ibmvnic: Account for VLAN tag in L2 Header descriptorThomas Falcon1-1/+4
2018-03-12tc-testing: updated gact tests with batch test casesRoman Mashak1-1/+72
2018-03-12tc-testing: add TC vlan action testsRoman Mashak1-0/+410
2018-03-12net: phy: set link state to down when creating the phy_deviceHeiner Kallweit1-1/+1
2018-03-12Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller5-25/+46
2018-03-12ixgbe: fix disabling hide VLAN on VF resetPaul Greenwalt1-1/+5
2018-03-12net: rds: drop VLA in rds_walk_conn_path_info()Salvatore Mesoraca1-1/+4
2018-03-12net: rds: drop VLA in rds_for_each_conn_info()Salvatore Mesoraca3-1/+5
2018-03-12ixgbevf: fix unused variable warningArnd Bergmann1-5/+5
2018-03-12ixgbe: Add receive length error counterTonghao Zhang1-0/+1
2018-03-12ixgbe: remove unneeded ipsec state free callbackShannon Nelson1-13/+0
2018-03-12ixgbe: fix ipsec trailer lengthShannon Nelson1-1/+23
2018-03-12ixgbe: check for 128-bit authenticationShannon Nelson2-5/+12
2018-03-12mlxsw: spectrum_kvdl: Make some functions staticWei Yongjun1-3/+3
2018-03-12net: Make RX-FCS and HW GRO mutually exclusiveGal Pressman1-4/+11
2018-03-12net: llc: drop VLA in llc_sap_mcast()Salvatore Mesoraca1-3/+4
2018-03-12lan743x: make functions lan743x_csr_read and lan743x_csr_read staticColin Ian King1-2/+3
2018-03-12lan743x: remove some redundant variables and assignmentsColin Ian King1-12/+1
2018-03-12rds: remove redundant variable 'sg_off'Colin Ian King1-2/+0
2018-03-12ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().David S. Miller1-1/+1
2018-03-12Merge branch 'mlxsw-Removing-dependency-of-mlxsw-on-GRE'David S. Miller4-39/+56
2018-03-12mlxsw: spectrum: Don't depend on ip_gre and ip6_grePetr Machata2-5/+11
2018-03-12mlxsw: spectrum: Move mlxsw_sp_span_gretap4_route()Petr Machata1-33/+33
2018-03-12net: ipv6: Introduce ip6_multipath_hash_policy()Petr Machata2-1/+12
2018-03-12cxgb4/cxgb4vf: check fw caps to set link mode maskGanesh Goudar2-23/+38
2018-03-12cxgb4: do not display 50Gbps as unsupported speedGanesh Goudar1-0/+3
2018-03-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru5-113/+141
2018-03-11Merge branch 'hns3-next'David S. Miller11-93/+205
2018-03-11net: hns3: add result checking for VF when modify unicast mac addressJian Shen3-2/+6
2018-03-11net: hns3: add existence checking before adding unicast mac addressJian Shen1-1/+16
2018-03-11net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()Jian Shen1-5/+5
2018-03-11net: hns3: fix error type definition of return valueJian Shen1-6/+6
2018-03-11net: hns3: fix for buffer overflow smatch warningYunsheng Lin3-42/+39
2018-03-11net: hns3: fix for loopback failure when vlan filter is enableYunsheng Lin1-0/+16
2018-03-11net: hns3: add support for querying pfc puase packets statisticPeng Li3-0/+73
2018-03-11net: hns3: fix rx path skb->truesize reporting bugPeng Li1-6/+4
2018-03-11net: hns3: unify the pause params setup functionFuyun Liang3-14/+13
2018-03-11net: hns3: fix for ipv6 address loss problem after setting channelsFuyun Liang1-2/+2
2018-03-11net: hns3: fix for netdev not running problem after calling net_stop and net_...Fuyun Liang2-0/+6
2018-03-11net: hns3: add existence check when remove old uc mac addressFuyun Liang5-16/+20
2018-03-11Merge branch 'selftests-forwarding-Tweaks-and-a-new-test'David S. Miller3-8/+95
2018-03-11selftests: forwarding: Allow creation of interfaces without a config fileIdo Schimmel2-5/+6
2018-03-11selftests: forwarding: Exit with error when missing interfacesIdo Schimmel1-2/+2
2018-03-11selftests: forwarding: Exit with error when missing dependenciesIdo Schimmel1-1/+1
2018-03-11selftests: forwarding: Add a test for VLAN-unaware bridgeIdo Schimmel1-0/+86
2018-03-09Merge branch 's390-qeth-next'David S. Miller6-388/+198
2018-03-09s390/qeth: shrink qeth_ipaddr structJulian Wiedmann3-30/+33
2018-03-09s390/qeth: extract helpers for managing special IPsJulian Wiedmann3-165/+57
2018-03-09s390/qeth: simplify card look-up on IP notificationJulian Wiedmann2-67/+12
2018-03-09s390/qeth: restructure IP notification handlersJulian Wiedmann2-63/+49
2018-03-09s390/qeth: reset NAPI context during queue initJulian Wiedmann3-4/+2
2018-03-09s390/qeth: reduce RX skb setupJulian Wiedmann2-10/+1
2018-03-09s390/qeth: allocate skb from NAPI cacheJulian Wiedmann3-6/+4
2018-03-09s390/qeth: pass correct length to header_ops->create()Julian Wiedmann1-4/+3
2018-03-09s390/qeth: advertise IFF_UNICAST_FLTJulian Wiedmann1-0/+1
2018-03-09s390/qeth: support SG for more device typesJulian Wiedmann2-13/+17
2018-03-09s390/qeth: remove outdated portname debug msgJulian Wiedmann1-5/+2
2018-03-09s390/qeth: use __ipa_cmd() for casting an IPA cmd bufferJulian Wiedmann3-28/+24
2018-03-09net: introduce IFF_NO_RX_HANDLERPaolo Abeni3-0/+8
2018-03-09cxgb4: increase max tx rate limit to 100 GbpsGanesh Goudar2-5/+5
2018-03-09pktgen: Remove VLA usageGustavo A. R. Silva1-1/+1
2018-03-09drivers: vhost: vsock: fixed a brace coding style issueVaibhav Murkute1-2/+2
2018-03-09Merge branch 'hns3-fixes-for-configuration-lost-problems'David S. Miller8-202/+351
2018-03-09net: hns3: fix for coal configuation lost when setting the channelYunsheng Lin1-3/+34
2018-03-09net: hns3: refactor the coalesce related structYunsheng Lin3-36/+46
2018-03-09net: hns3: fix for coalesce configuration lost during resetYunsheng Lin1-42/+114
2018-03-09net: hns3: refactor the get/put_vector functionYunsheng Lin4-10/+37
2018-03-09net: hns3: fix for use-after-free when setting ring parameterYunsheng Lin1-5/+5
2018-03-09net: hns3: fix for pause configuration lost during resetYunsheng Lin1-2/+2
2018-03-09net: hns3: fix for RSS configuration loss problem during resetYunsheng Lin3-54/+56
2018-03-09net: hns3: refactor the hclge_get/set_rss_tuple functionYunsheng Lin2-37/+67
2018-03-09net: hns3: refactor the hclge_get/set_rss functionYunsheng Lin2-32/+9
2018-03-09Merge branch 'sched-action-events'David S. Miller4-10/+75
2018-03-09net sched actions: implement get_fill_size routine in act_gactRoman Mashak1-0/+14
2018-03-09net sched actions: calculate add/delete event message sizeRoman Mashak1-0/+43
2018-03-09net sched actions: add new tc_action_ops callbackRoman Mashak1-0/+1
2018-03-09net sched actions: update Add/Delete action API with new argumentRoman Mashak3-10/+17