summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xsk: Enable sharing of dma mappingsMagnus Karlsson2020-08-312-42/+142
* xsk: Move addrs from buffer pool to umemMagnus Karlsson2020-08-312-19/+24
* xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson2020-08-314-37/+32
* xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2020-08-316-71/+39
* xsk: Move fill and completion rings to buffer poolMagnus Karlsson2020-08-314-46/+49
* xsk: Create and free buffer pool independently from umemMagnus Karlsson2020-08-316-182/+225
* xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-314-32/+41
* xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-314-26/+28
* bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau2020-08-281-1/+8
* bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-283-0/+4
* bpf: Allow local storage to be used from LSM programsKP Singh2020-08-251-0/+25
* bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2020-08-251-671/+1
* bpf: Generalize bpf_sk_storageKP Singh2020-08-251-82/+156
* bpf: Generalize caching for sk_storage.KP Singh2020-08-251-16/+15
* bpf: Renames in preparation for bpf_local_storageKP Singh2020-08-251-238/+250
* tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-243-7/+37
* bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-244-16/+474
* bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau2020-08-241-5/+10
* bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-244-19/+101
* bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau2020-08-241-0/+36
* bpf: tcp: Add bpf_skops_established()Martin KaFai Lau2020-08-242-5/+29
* tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau2020-08-241-6/+16
* tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau2020-08-242-0/+9
* tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2020-08-243-0/+12
* tcp: Use a struct to represent a saved_synMartin KaFai Lau2020-08-243-13/+16
* bpf: sockmap: Allow update from BPFLorenz Bauer2020-08-211-0/+24
* bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer2020-08-211-4/+2
* bpf: sockmap: Merge sockmap and sockhash update functionsLorenz Bauer2020-08-211-42/+7
* net: sk_msg: Simplify sk_psock initializationLorenz Bauer2020-08-214-29/+41
* bpf: Implement link_query callbacks in map element iteratorsYonghong Song2020-08-211-0/+2
* bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-201-0/+1
* net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()Miaohe Lin2020-08-181-2/+1
* net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin2020-08-183-4/+4
* netlink: make NLA_BINARY validation more flexibleJohannes Berg2020-08-181-13/+19
* netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg2020-08-181-3/+3
* netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg2020-08-187-20/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1716-86/+230
|\
| * net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran2020-08-171-9/+11
| * Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller2020-08-171-1/+0
| * mptcp: sendmsg: reset iter on error reduxFlorian Westphal2020-08-161-3/+5
| * net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn2020-08-161-1/+1
| * tipc: not enable tipc when ipv6 works as a moduleXin Long2020-08-161-0/+1
| * tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang2020-08-161-1/+11
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-166-32/+30
| |\
| | * netfilter: ebtables: reject bogus getopt len valueFlorian Westphal2020-08-141-0/+4
| | * netfilter: nf_tables: free chain context when BINDING flag is missingFlorian Westphal2020-08-131-2/+4
| | * netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependencyFlorian Westphal2020-08-132-5/+6
| | * netfilter: nft_compat: remove flush counter optimizationFlorian Westphal2020-08-101-23/+14
| | * netfilter: nf_tables: nft_exthdr: the presence return value should be little-...Stephen Suryaputra2020-08-101-2/+2
| * | Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/...David S. Miller2020-08-161-12/+36
| |\ \