summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-09-04ip: expose inet sockopts through inet_diagWei Wang1-0/+2
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller13-38/+371
2020-08-31net: ipv6: remove unused arg exact_dif in compute_scoreMiaohe Lin1-11/+0
2020-08-31net: phy: add Lynx PCS moduleIoana Ciornei1-0/+21
2020-08-31net: mdiobus: add clause 45 mdiobus write accessorIoana Ciornei1-0/+6
2020-08-31net: phylink: add helper function to decode USXGMII wordIoana Ciornei1-0/+3
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-5/+5
2020-08-31bpf: Fix build without BPF_SYSCALL, but with BPF_JIT.Alexei Starovoitov1-1/+8
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov1-0/+1
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov1-0/+3
2020-08-28net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar1-2/+6
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+16
2020-08-27net: xgene: Move shared header file into include/linuxAndrew Lunn1-0/+130
2020-08-27net/phy/mdio-i2c: Move header file to include/linux/mdioAndrew Lunn1-0/+16
2020-08-27net: pcs: Move XPCS into new PCS subdirectoryAndrew Lunn1-4/+4
2020-08-27net: Take common prefetch code structure into a functionTariq Toukan1-0/+16
2020-08-26inet: remove inet_sk_copy_descendant()Eric Dumazet1-11/+0
2020-08-26bpf: Add BTF_SET_START/END macrosJiri Olsa2-1/+54
2020-08-26bpf: Add btf_struct_ids_match functionJiri Olsa1-0/+2
2020-08-26bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa1-2/+1
2020-08-26bpf: Implement bpf_local_storage for inodesKP Singh2-0/+32
2020-08-26bpf: Split bpf_local_storage to bpf_sk_storageKP Singh1-0/+163
2020-08-26bpf: Generalize bpf_sk_storageKP Singh1-0/+8
2020-08-25qed: align adjacent indentIgor Russkikh1-36/+33
2020-08-25qed: use devlink logic to report errorsIgor Russkikh1-0/+3
2020-08-25qed: health reporter init deinit seqIgor Russkikh1-0/+1
2020-08-25qed/qede: make devlink survive recoveryIgor Russkikh1-0/+9
2020-08-25io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao1-0/+3
2020-08-25tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau1-5/+8
2020-08-25bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2-0/+29
2020-08-25bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau1-2/+2
2020-08-25tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau1-0/+2
2020-08-25tcp: Use a struct to represent a saved_synMartin KaFai Lau1-1/+6
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-6/+7
2020-08-22bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-0/+7
2020-08-22net: sk_msg: Simplify sk_psock initializationLorenz Bauer1-17/+0
2020-08-22bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+4
2020-08-22bpf: Implement link_query for bpf iteratorsYonghong Song1-0/+6
2020-08-21Merge tag 'riscv-for-linus-5.9-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2020-08-20clocksource/drivers: Add CLINT timer driverAnup Patel1-0/+1
2020-08-20Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-5/+3
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov1-0/+1
2020-08-20ptp: Remove unused macroKurt Kanzenbach1-1/+0
2020-08-20ptp: Add generic ptp message type functionKurt Kanzenbach1-0/+25
2020-08-20ptp: Add generic ptp v2 header parsing functionKurt Kanzenbach1-0/+44
2020-08-20net-tun: Eliminate two tun/xdp related function calls from vhost-netMaciej Żenczykowski1-3/+12
2020-08-20net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()Maciej Żenczykowski1-4/+4
2020-08-18Merge tag 'fixes-2020-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2020-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-19/+2