summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* l2tp: capture more tx errors in data plane statsTom Parkin2020-09-031-34/+37
* l2tp: drop net argument from l2tp_tunnel_createTom Parkin2020-09-034-4/+4
* l2tp: drop data_len argument from l2tp_xmit_coreTom Parkin2020-09-031-3/+2
* l2tp: remove header length param from l2tp_xmit_skbTom Parkin2020-09-034-10/+9
* net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron2020-09-011-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-0124-1169/+1451
|\
| * xsk: Add shared umem support between devicesMagnus Karlsson2020-08-311-7/+4
| * xsk: Add shared umem support between queue idsMagnus Karlsson2020-08-312-16/+54
| * 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/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa2020-09-011-8/+17
* | net: openvswitch: remove unused keep_flowsTonghao Zhang2020-09-012-7/+0
* | net: openvswitch: refactor flow free functionTonghao Zhang2020-09-011-11/+11
* | net: openvswitch: improve the coding styleTonghao Zhang2020-09-014-41/+55
* | net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin2020-08-311-4/+2
* | net: ipv6: remove unused arg exact_dif in compute_scoreMiaohe Lin2020-08-311-4/+2
* | tipc: Remove unused macro TIPC_NACK_INTVYueHaibing2020-08-311-5/+0
* | tipc: Remove unused macro TIPC_FWD_MSGYueHaibing2020-08-311-1/+0
* | mptcp: Remove unused macro MPTCP_SAME_STATEYueHaibing2020-08-311-2/+0
* | net: clean up codestyleMiaohe Lin2020-08-314-9/+11
* | net: Use helper macro IP_MAX_MTU in __ip_append_data()Miaohe Lin2020-08-311-1/+1