summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-10-12net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean
2021-10-12net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean
2021-10-12net: dsa: fix spurious error message when unoffloaded port leaves bridgeAlvin Šipraga
2021-10-12ipv6: ioam: move the check for undefined bitsJustin Iurman
2021-10-12af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatabilityStephen Boyd
2021-10-09net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocolVladimir Oltean
2021-10-08mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior
2021-10-08net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged portsVladimir Oltean
2021-10-08net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges...Vladimir Oltean
2021-10-08net: dsa: fix bridge_num not getting cleared after ports leaving the bridgeVladimir Oltean
2021-10-08nfc: nci: fix the UAF of rf_conn_info objectLin Ma
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul
2021-10-08mptcp: fix possible stall on recvmsg()Paolo Abeni
2021-10-07Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-10-07net: prefer socket bound to interface when not in VRFMike Manning
2021-10-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller
2021-10-06rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet
2021-10-06unix: Fix an issue in unix_shutdown causing the other end read/write failuresJiang Wang
2021-10-05netlink: annotate data races around nlk->boundEric Dumazet
2021-10-05net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet
2021-10-05net: bridge: fix under estimation in br_get_linkxstats_size()Eric Dumazet
2021-10-05net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet
2021-10-04dsa: tag_dsa: Fix mask for trunked packetsAndrew Lunn
2021-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-10-02netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso
2021-10-01net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet
2021-10-01SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-09-30net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski
2021-09-30net: sched: flower: protect fl_walk() with rcuVlad Buslov
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni
2021-09-28net: bridge: mcast: Associate the seqcount with its protecting lock.Thomas Gleixner
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-09-28af_unix: Return errno instead of NULL in unix_create1().Kuniyuki Iwashima
2021-09-28net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet
2021-09-28netfilter: nf_tables: reverse order in rule replacement expansionPablo Neira Ayuso
2021-09-28netfilter: nf_tables: add position handle in event notificationPablo Neira Ayuso
2021-09-28netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal
2021-09-28bpf, test, cgroup: Use sk_{alloc,free} for test casesDaniel Borkmann
2021-09-27Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...David S. Miller
2021-09-27mac80211: check return value of rhashtable_initMichelleJin
2021-09-27mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg
2021-09-26net: prevent user from passing illegal stab size王贇
2021-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang
2021-09-24mptcp: allow changing the 'backup' bit when no sockets are openDavide Caratti
2021-09-24mptcp: don't return sockets in foreign netnsFlorian Westphal
2021-09-24sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long
2021-09-23nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel