aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-28bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer1-0/+3
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu1-0/+91
2020-09-28xsk: Fix possible crash in socket_release when out-of-memoryMagnus Karlsson1-0/+1
2020-09-25bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-2/+2
2020-09-25bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-4/+4
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2-44/+8
2020-09-25bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-16/+14
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau1-20/+49
2020-09-23net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab1-2/+2
2020-09-23net: bridge: mcast: when forwarding handle filter mode and blocked flagNikolay Aleksandrov1-1/+14
2020-09-23net: bridge: mcast: handle host stateNikolay Aleksandrov1-0/+58
2020-09-23net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov3-6/+46
2020-09-23net: bridge: mcast: handle port group filter modesNikolay Aleksandrov3-2/+215
2020-09-23net: bridge: mcast: install S,G entries automatically based on reportsNikolay Aleksandrov2-39/+138
2020-09-23net: bridge: mcast: add sg_port rhashtableNikolay Aleksandrov4-65/+111
2020-09-23net: bridge: mcast: add rt_protocol field to the port group structNikolay Aleksandrov3-19/+33
2020-09-23net: bridge: mcast: when igmpv3/mldv2 are enabled lookup (S,G) first, then (*,G)Nikolay Aleksandrov1-0/+18
2020-09-23net: bridge: mdb: add support for add/del/dump of entries with sourceNikolay Aleksandrov2-28/+128
2020-09-23net: bridge: mdb: add support to extend add/del commandsNikolay Aleksandrov1-3/+19
2020-09-23net: bridge: mcast: rename br_ip's u member to dstNikolay Aleksandrov3-28/+28
2020-09-23net: bridge: mcast: use br_ip's src for src groups and querier addressNikolay Aleksandrov2-30/+30
2020-09-23net: bridge: mdb: use extack in br_mdb_add() and br_mdb_add_group()Nikolay Aleksandrov1-12/+42
2020-09-23net: bridge: mdb: move all port and bridge checks to br_mdb_addNikolay Aleksandrov1-17/+7
2020-09-23net: bridge: mdb: use extack in br_mdb_parse()Nikolay Aleksandrov1-21/+39
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller13-127/+343
2020-09-22devlink: Enhance policy to validate port type input valueParav Pandit1-3/+2
2020-09-22devlink: Enhance policy to validate eswitch mode valueParav Pandit1-1/+2
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller53-236/+545
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds51-234/+541
2020-09-21inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet1-5/+15
2020-09-21net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCUVladimir Oltean1-10/+17
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-21Merge tag 'linux-can-next-for-5.10-20200921' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller5-18/+18
2020-09-21Merge tag 'mac80211-next-for-net-next-2020-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller20-812/+1201
2020-09-21Merge tag 'mac80211-for-net-2020-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller7-16/+28
2020-09-21ipv6: route: convert comma to semicolonXu Wang1-1/+1
2020-09-21net: unix: remove redundant assignment to variable 'err'Jing Xiangfeng1-1/+0
2020-09-21net-sysfs: add backlog len and CPU id to softnet dataPaolo Abeni1-2/+13
2020-09-21can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada4-4/+4
2020-09-21can: raw: fix indentionMarc Kleine-Budde1-12/+12
2020-09-21can: net: fix spelling mistakesMarc Kleine-Budde1-2/+2
2020-09-20RDS: drop double zeroingJulia Lawall1-1/+1
2020-09-20net: dsa: tag_sja1105: add compatibility with hwaccel VLAN tagsVladimir Oltean1-4/+17
2020-09-20net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean1-1/+19
2020-09-20net: dsa: install VLANs into the master's RX filter tooVladimir Oltean1-4/+32
2020-09-20net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0Vladimir Oltean2-4/+46
2020-09-20net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering()Vladimir Oltean1-7/+7
2020-09-20net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEUPPERVladimir Oltean2-41/+33
2020-09-20net: dsa: convert check for 802.1Q upper when bridged into PRECHANGEUPPERVladimir Oltean1-36/+38