aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli3-14/+33
2019-02-03net: devlink: report cell size of shared buffersJakub Kicinski5-0/+8
2019-02-03Merge branch 'net-y2038-safe-socket-timestamps'David S. Miller36-583/+541
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani6-25/+83
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani8-16/+28
2019-02-03socket: Update timestamping DocumentationDeepa Dinamani1-5/+38
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani12-30/+88
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani12-32/+171
2019-02-03socket: Add struct __kernel_sock_timevalDeepa Dinamani1-0/+5
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani7-12/+12
2019-02-03arch: sparc: Override struct __kernel_old_timevalDeepa Dinamani2-0/+12
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani12-57/+101
2019-02-03arch: Use asm-generic/socket.h when possibleDeepa Dinamani9-366/+5
2019-02-03socket: move compat timeout handling into sock.cArnd Bergmann3-89/+46
2019-02-03selftests: add missing include unistdDeepa Dinamani1-0/+1
2019-02-03cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath4-40/+136
2019-02-03ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron1-1/+2
2019-02-03net: phy: realtek: add generic Realtek PHY driverHeiner Kallweit1-0/+9
2019-02-02atheros: atl2: fix an indentaion issue on a return statementColin Ian King1-1/+1
2019-02-02atl1c: fix indentation issue on an if statementColin Ian King1-4/+4
2019-02-02bna: fix indentation issue on call to bfa_ioc_pf_failedColin Ian King1-1/+1
2019-02-02chelsio: clean up indentation issueColin Ian King1-2/+1
2019-02-02net: nixge: Update device-tree bindings with v3.00Alex Williams1-4/+12
2019-02-02net: nixge: Separate ctrl and dma resourcesAlex Williams1-16/+58
2019-02-02r8169: remove rtl_wol_pll_power_downHeiner Kallweit1-12/+4
2019-02-02Merge branch 'hns3-next'David S. Miller11-159/+216
2019-02-02net: hns3: MAC table entry count function increases operation 0 value protection measuresliuzhongzhu1-2/+5
2019-02-02net: hns3: modify the upper limit judgment conditionliuzhongzhu1-2/+2
2019-02-02net: hns3: don't allow user to change vlan filter stateJian Shen1-2/+1
2019-02-02net: hns3: optimize the maximum TC macroliuzhongzhu3-7/+6
2019-02-02net: hns3: fix the problem that the supported port is emptyliuzhongzhu5-4/+77
2019-02-02net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()Huazhong Tan1-4/+5
2019-02-02net: hns3: move some set_bit statement into hclge_prepare_mac_addrWeihang Li1-13/+11
2019-02-02net: hns3: add hclge_cmd_check_retval() to parse comman's return valueWeihang Li1-27/+33
2019-02-02net: hns3: code optimization for hclge_rx_buffer_calcYunsheng Lin1-77/+63
2019-02-02net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu4-20/+12
2019-02-02net: hns3: fix an issue for hns3_update_new_int_glPeng Li1-1/+1
2019-02-02net: hns3: fix a code style issue for hns3_update_new_int_gl()Peng Li1-1/+1
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller50-262/+2197
2019-02-01Merge branch 'shifts-cleanup'Alexei Starovoitov1-10/+82
2019-02-01nfp: bpf: complete ALU32 logic shift supportsJiong Wang1-5/+67
2019-02-01nfp: bpf: correct the behavior for shifts by zeroJiong Wang1-10/+20
2019-02-01selftests/bpf: remove generated verifier/tests.h on 'make clean'Stanislav Fomichev1-3/+5
2019-02-01Merge branch 'devlink-add-device-driver-information-API'David S. Miller9-0/+589
2019-02-01ethtool: add compat for devlink infoJakub Kicinski3-0/+80
2019-02-01nfp: devlink: report the running and flashed versionsJakub Kicinski1-0/+87
2019-02-01nfp: nsp: add support for versions commandJakub Kicinski2-0/+81
2019-02-01nfp: devlink: report fixed versionsJakub Kicinski1-1/+35
2019-02-01nfp: devlink: report driver name and serial numberJakub Kicinski1-0/+24
2019-02-01devlink: add generic info version namesJakub Kicinski3-0/+53