aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-04-01net: Introduce skb_send_sock() for sock_mapCong Wang
2021-04-01skmsg: Introduce a spinlock to protect ingress_msgCong Wang
2021-04-01skmsg: Lock ingress_skb when purgingCong Wang
2021-03-29bpf: tcp: Limit calling some tcp cc functions to CONFIG_DYNAMIC_FTRACEMartin KaFai Lau
2021-03-28bpf: tcp: Fix an error in the bpf_tcp_ca_kfunc_ids listMartin KaFai Lau
2021-03-28bpf: tcp: Remove comma which is causing build errorAtul Gopinathan
2021-03-26bpf: selftests: Add kfunc_call testMartin KaFai Lau
2021-03-26bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-ccMartin KaFai Lau
2021-03-26tcp: Rename bictcp function prefix to cubictcpMartin KaFai Lau
2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-246lowpan: Fix some typos in nhc_udp.cWang Hai
2021-03-24net/packet: Fix a typo in af_packet.cWang Hai
2021-03-24net/tls: Fix a typo in tls_device.cWang Hai
2021-03-24inet: use bigger hash table for IP ID generationEric Dumazet
2021-03-24net: decnet: Fixed multiple Coding Style issuesSai Kalyaan Palla
2021-03-24net: sched: Mundane typo fixesBhaskar Chowdhury
2021-03-24dsa: slave: add support for TC_SETUP_FTPablo Neira Ayuso
2021-03-24netfilter: flowtable: support for FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau
2021-03-24netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso
2021-03-24netfilter: flowtable: add offload support for xmit path typesPablo Neira Ayuso
2021-03-24netfilter: flowtable: add dsa supportPablo Neira Ayuso
2021-03-24netfilter: flowtable: add pppoe supportPablo Neira Ayuso
2021-03-24netfilter: flowtable: add bridge vlan filtering supportPablo Neira Ayuso
2021-03-24netfilter: flowtable: add vlan supportPablo Neira Ayuso
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso
2021-03-24netfilter: flowtable: add xmit path typesPablo Neira Ayuso
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau
2021-03-24net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso
2021-03-24net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso
2021-03-24net: bridge: Fix missing return assignment from br_vlan_replay_one callColin Ian King
2021-03-24bridge: mrp: Disable roles before deleting the MRP instanceHoratiu Vultur
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov
2021-03-23net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean
2021-03-23net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean
2021-03-23net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean
2021-03-23net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a b...Vladimir Oltean
2021-03-23net: bridge: add helper to replay VLANs installed on portVladimir Oltean
2021-03-23net: bridge: add helper to replay port and local fdb entriesVladimir Oltean
2021-03-23net: bridge: add helper to replay port and host-joined mdb entriesVladimir Oltean
2021-03-23net: bridge: add helper to retrieve the current ageing timeVladimir Oltean
2021-03-23net: bridge: add helper for retrieving the current bridge port STP stateVladimir Oltean
2021-03-23net: bridge: don't notify switchdev for local FDB addressesVladimir Oltean
2021-03-23net/sched: act_ct: clear post_ct if doing ct_clearMarcelo Ricardo Leitner