summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-038-16/+28
* socket: Update timestamping DocumentationDeepa Dinamani2019-02-031-5/+38
* socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-0312-30/+88
* socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-0312-32/+171
* socket: Add struct __kernel_sock_timevalDeepa Dinamani2019-02-031-0/+5
* socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-037-12/+12
* arch: sparc: Override struct __kernel_old_timevalDeepa Dinamani2019-02-032-0/+12
* sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-0312-57/+101
* arch: Use asm-generic/socket.h when possibleDeepa Dinamani2019-02-039-366/+5
* socket: move compat timeout handling into sock.cArnd Bergmann2019-02-033-89/+46
* selftests: add missing include unistdDeepa Dinamani2019-02-031-0/+1
* cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath2019-02-034-40/+136
* ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron2019-02-031-1/+2
* net: phy: realtek: add generic Realtek PHY driverHeiner Kallweit2019-02-031-0/+9
* atheros: atl2: fix an indentaion issue on a return statementColin Ian King2019-02-031-1/+1
* atl1c: fix indentation issue on an if statementColin Ian King2019-02-031-4/+4
* bna: fix indentation issue on call to bfa_ioc_pf_failedColin Ian King2019-02-031-1/+1
* chelsio: clean up indentation issueColin Ian King2019-02-031-2/+1
* net: nixge: Update device-tree bindings with v3.00Alex Williams2019-02-031-4/+12
* net: nixge: Separate ctrl and dma resourcesAlex Williams2019-02-031-16/+58
* r8169: remove rtl_wol_pll_power_downHeiner Kallweit2019-02-031-12/+4
* Merge branch 'hns3-next'David S. Miller2019-02-0211-159/+216
|\
| * net: hns3: MAC table entry count function increases operation 0 value protect...liuzhongzhu2019-02-021-2/+5
| * net: hns3: modify the upper limit judgment conditionliuzhongzhu2019-02-021-2/+2
| * net: hns3: don't allow user to change vlan filter stateJian Shen2019-02-021-2/+1
| * net: hns3: optimize the maximum TC macroliuzhongzhu2019-02-023-7/+6
| * net: hns3: fix the problem that the supported port is emptyliuzhongzhu2019-02-025-4/+77
| * net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()Huazhong Tan2019-02-021-4/+5
| * net: hns3: move some set_bit statement into hclge_prepare_mac_addrWeihang Li2019-02-021-13/+11
| * net: hns3: add hclge_cmd_check_retval() to parse comman's return valueWeihang Li2019-02-021-27/+33
| * net: hns3: code optimization for hclge_rx_buffer_calcYunsheng Lin2019-02-021-77/+63
| * net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu2019-02-024-20/+12
| * net: hns3: fix an issue for hns3_update_new_int_glPeng Li2019-02-021-1/+1
| * net: hns3: fix a code style issue for hns3_update_new_int_gl()Peng Li2019-02-021-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-0250-262/+2197
|\
| * Merge branch 'shifts-cleanup'Alexei Starovoitov2019-02-021-10/+82
| |\
| | * nfp: bpf: complete ALU32 logic shift supportsJiong Wang2019-02-021-5/+67
| | * nfp: bpf: correct the behavior for shifts by zeroJiong Wang2019-02-021-10/+20
| |/
| * selftests/bpf: remove generated verifier/tests.h on 'make clean'Stanislav Fomichev2019-02-021-3/+5
| * Merge branch 'bpf-xdp-sample-libbpf'Daniel Borkmann2019-02-0116-200/+796
| |\
| | * samples/bpf: Check the prog id before exitingMaciej Fijalkowski2019-02-0110-48/+308
| | * libbpf: Add a support for getting xdp prog id on ifindexMaciej Fijalkowski2019-02-013-0/+87
| | * samples/bpf: Add a "force" flag to XDP samplesMaciej Fijalkowski2019-02-0110-40/+119
| | * xdp: Provide extack messages when prog attachment failedMaciej Fijalkowski2019-02-011-3/+9
| | * samples/bpf: Extend RLIMIT_MEMLOCK for xdp_{sample_pkts, router_ipv4}Maciej Fijalkowski2019-02-012-0/+14
| | * samples/bpf: Convert XDP samples to libbpf usageMaciej Fijalkowski2019-02-016-103/+253
| | * samples/bpf: xdp_redirect_cpu have not need for read_trace_pipeJesper Dangaard Brouer2019-02-011-10/+0
| | * libbpf: Add a helper for retrieving a map fd for a given nameMaciej Fijalkowski2019-02-013-0/+10
| |/
| * bpf: powerpc64: add JIT support for bpf line infoSandipan Das2019-02-011-0/+1
| * Merge branch 'bpf-spinlocks'Daniel Borkmann2019-02-0126-39/+1248
| |\