summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-09-28bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu
2020-09-28xsk: Fix possible crash in socket_release when out-of-memoryMagnus Karlsson
2020-09-25bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau
2020-09-23net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab
2020-09-23net: bridge: mcast: when forwarding handle filter mode and blocked flagNikolay Aleksandrov
2020-09-23net: bridge: mcast: handle host stateNikolay Aleksandrov
2020-09-23net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov
2020-09-23net: bridge: mcast: handle port group filter modesNikolay Aleksandrov
2020-09-23net: bridge: mcast: install S,G entries automatically based on reportsNikolay Aleksandrov
2020-09-23net: bridge: mcast: add sg_port rhashtableNikolay Aleksandrov
2020-09-23net: bridge: mcast: add rt_protocol field to the port group structNikolay Aleksandrov
2020-09-23net: bridge: mcast: when igmpv3/mldv2 are enabled lookup (S,G) first, then (*,G)Nikolay Aleksandrov
2020-09-23net: bridge: mdb: add support for add/del/dump of entries with sourceNikolay Aleksandrov
2020-09-23net: bridge: mdb: add support to extend add/del commandsNikolay Aleksandrov
2020-09-23net: bridge: mcast: rename br_ip's u member to dstNikolay Aleksandrov
2020-09-23net: bridge: mcast: use br_ip's src for src groups and querier addressNikolay Aleksandrov
2020-09-23net: bridge: mdb: use extack in br_mdb_add() and br_mdb_add_group()Nikolay Aleksandrov
2020-09-23net: bridge: mdb: move all port and bridge checks to br_mdb_addNikolay Aleksandrov
2020-09-23net: bridge: mdb: use extack in br_mdb_parse()Nikolay Aleksandrov
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-22devlink: Enhance policy to validate port type input valueParav Pandit
2020-09-22devlink: Enhance policy to validate eswitch mode valueParav Pandit
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-21inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet
2020-09-21net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCUVladimir Oltean
2020-09-21bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer
2020-09-21Merge tag 'linux-can-next-for-5.10-20200921' of git://git.kernel.org/pub/scm/...David S. Miller
2020-09-21Merge tag 'mac80211-next-for-net-next-2020-09-21' of git://git.kernel.org/pub...David S. Miller
2020-09-21Merge tag 'mac80211-for-net-2020-09-21' of git://git.kernel.org/pub/scm/linux...David S. Miller
2020-09-21ipv6: route: convert comma to semicolonXu Wang
2020-09-21net: unix: remove redundant assignment to variable 'err'Jing Xiangfeng
2020-09-21net-sysfs: add backlog len and CPU id to softnet dataPaolo Abeni
2020-09-21can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada
2020-09-21can: raw: fix indentionMarc Kleine-Budde
2020-09-21can: net: fix spelling mistakesMarc Kleine-Budde
2020-09-20RDS: drop double zeroingJulia Lawall
2020-09-20net: dsa: tag_sja1105: add compatibility with hwaccel VLAN tagsVladimir Oltean
2020-09-20net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean
2020-09-20net: dsa: install VLANs into the master's RX filter tooVladimir Oltean
2020-09-20net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0Vladimir Oltean
2020-09-20net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering()Vladimir Oltean
2020-09-20net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEU...Vladimir Oltean
2020-09-20net: dsa: convert check for 802.1Q upper when bridged into PRECHANGEUPPERVladimir Oltean