summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-21bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song1-18/+13
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer3-42/+16
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu1-3/+8
2020-09-14xsk: Fix refcount warning in xp_dma_mapMagnus Karlsson1-2/+2
2020-09-10tcp: Simplify tcp_set_congestion_control() load=false caseNeal Cardwell1-11/+4
2020-09-10tcp: simplify _bpf_setsockopt(): Remove flags argumentNeal Cardwell1-7/+3
2020-09-10tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell3-12/+4
2020-09-10tcp: Simplify EBPF TCP_CONGESTION to always init CCNeal Cardwell1-6/+1
2020-09-10tcp: Only init congestion control if not initialized alreadyNeal Cardwell3-2/+6
2020-09-10net: Allow iterating sockmap and sockhashLorenz Bauer1-2/+278
2020-09-10net: sockmap: Remove unnecessary sk_fullsock checksLorenz Bauer1-2/+2
2020-09-10bpf: Remove duplicate headersChen Zhou1-1/+0
2020-09-02xsk: Fix use-after-free in failed shared_umem bindMagnus Karlsson1-0/+1
2020-09-02xsk: Fix null check on error return pathGustavo A. R. Silva1-1/+1
2020-09-02xsk: Fix possible segfault at xskmap entry insertionMagnus Karlsson3-12/+0
2020-09-02xsk: Fix possible segfault in xsk umem diagnosticsMagnus Karlsson1-8/+6
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron1-1/+7
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller24-1169/+1451
2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa1-8/+17
2020-09-01net: openvswitch: remove unused keep_flowsTonghao Zhang2-7/+0
2020-09-01net: openvswitch: refactor flow free functionTonghao Zhang1-11/+11
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang4-41/+55
2020-08-31net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin1-4/+2
2020-08-31net: ipv6: remove unused arg exact_dif in compute_scoreMiaohe Lin1-4/+2
2020-08-31tipc: Remove unused macro TIPC_NACK_INTVYueHaibing1-5/+0
2020-08-31tipc: Remove unused macro TIPC_FWD_MSGYueHaibing1-1/+0
2020-08-31mptcp: Remove unused macro MPTCP_SAME_STATEYueHaibing1-2/+0
2020-08-31net: clean up codestyleMiaohe Lin4-9/+11
2020-08-31net: Use helper macro IP_MAX_MTU in __ip_append_data()Miaohe Lin1-1/+1
2020-08-31openvswitch: using ip6_fragment in ipv6_stubwenxu1-6/+1
2020-08-31ipv6: add ipv6_fragment hook in ipv6_stubwenxu2-0/+9
2020-08-31xsk: Add shared umem support between devicesMagnus Karlsson1-7/+4
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson2-16/+54
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson2-42/+142
2020-08-31xsk: Move addrs from buffer pool to umemMagnus Karlsson2-19/+24
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson4-37/+32
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson6-71/+39
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson4-46/+49
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson6-182/+225
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson4-32/+41
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson4-26/+28
2020-08-31netlink: policy: correct validation type checkJohannes Berg1-1/+2
2020-08-28netlabel: remove unused param from audit_log_format()Alex Dewar1-3/+2
2020-08-28net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar1-2/+15
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau1-1/+8
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau3-0/+4
2020-08-28Merge tag 'mac80211-next-for-davem-2020-08-28' of git://git.kernel.org/pub/sc...David S. Miller17-212/+464
2020-08-27tipc: fix use-after-free in tipc_bcast_get_modeHoang Huu Le1-0/+5
2020-08-27nl80211: support SAE authentication offload in AP modeChung-Hsien Hsu1-3/+6
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin7-52/+53